Shades of Turquoise #24F2B9
Tints of Turquoise #24F2B9
RGB
CMYK
RGB Variations
Color information
#24F2B9 (or 0x24F2B9) is known color: Turquoise. HEX triplet: 24, F2 and B9. RGB value is (36,242,185). Sum of RGB (Red+Green+Blue) = 36+242+185=463 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.78% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #24F2B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F2B9 is #DB0D46. Grayscale: #ADADAD. Windows color (decimal): -14355783 or 12186148. OLE color: 12186148.
HSL color Cylindrical-coordinate representation of color #24F2B9: hue angle of 163.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F2B9 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 242 | 185 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.05 |
| HSL | 163.4º | 0.89% | 0.55% | - |
| HSV(B) | 163.4º | 0.85% | 0.95% | - |
| XYZ | 41.24 | 67.38 | 56.73 | - |
| YUV | 173.91 | 134.25 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 242 | 185 | 0.85 | 0 | 0.24 | 0.05 | 163.4 | 0.89 | 0.55 |
| Hex | 24 | F2 | B9 | 55 | 0 | 18 | 5 | A3 | 59 | 37 |
| Octal | 44 | 362 | 271 | 125 | 0 | 30 | 5 | 243 | 131 | 67 |
| Binary | 100100 | 11110010 | 10111001 | 1010101 | 0 | 11000 | 101 | 10100011 | 1011001 | 110111 |
Color Harmonies of #24F2B9
Complementary color
Monochromatic Colors of #24F2B9
Black with #24F2B9
Text Example
Text Example
White with #24F2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F2B9; }
p { color: rgb(36,242,185); }
H1.HeaderClassName
{
color: #24F2B9;
}
.AnyTagClassName
{
color: #24F2B9;
}
</style>
background-color css
<style>
a { background-color: #24F2B9; }
a { background-color: rgb(36,242,185); }
div.DivClassName
{
background-color: #24F2B9;
}
.BgClassName
{
background-color: #24F2B9;
}
</style>
border-color css
<style>
span { border-color: #24F2B9; }
span { border-color: rgb(36,242,185); }
td.TdClassName
{
border-color: #24F2B9;
}
.TagClassName
{
border-color: #24F2B9;
}
</style>