Shades of Turquoise #24F2CE
Tints of Turquoise #24F2CE
RGB
CMYK
RGB Variations
Color information
#24F2CE (or 0x24F2CE) is known color: Turquoise. HEX triplet: 24, F2 and CE. RGB value is (36,242,206). Sum of RGB (Red+Green+Blue) = 36+242+206=484 (64% of max value = 765). Red value is 36 (14.45% from 255 or 7.44% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #24F2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F2CE is #DB0D31. Grayscale: #B0B0B0. Windows color (decimal): -14355762 or 13562404. OLE color: 13562404.
HSL color Cylindrical-coordinate representation of color #24F2CE: hue angle of 169.51º 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 #24F2CE is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 242 | 206 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.05 |
| HSL | 169.51º | 0.89% | 0.55% | - |
| HSV(B) | 169.51º | 0.85% | 0.95% | - |
| XYZ | 43.62 | 68.34 | 69.28 | - |
| YUV | 176.3 | 144.75 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 242 | 206 | 0.85 | 0 | 0.15 | 0.05 | 169.51 | 0.89 | 0.55 |
| Hex | 24 | F2 | CE | 55 | 0 | F | 5 | AA | 59 | 37 |
| Octal | 44 | 362 | 316 | 125 | 0 | 17 | 5 | 252 | 131 | 67 |
| Binary | 100100 | 11110010 | 11001110 | 1010101 | 0 | 1111 | 101 | 10101010 | 1011001 | 110111 |
Color Harmonies of #24F2CE
Complementary color
Monochromatic Colors of #24F2CE
Black with #24F2CE
Text Example
Text Example
White with #24F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F2CE; }
p { color: rgb(36,242,206); }
H1.HeaderClassName
{
color: #24F2CE;
}
.AnyTagClassName
{
color: #24F2CE;
}
</style>
background-color css
<style>
a { background-color: #24F2CE; }
a { background-color: rgb(36,242,206); }
div.DivClassName
{
background-color: #24F2CE;
}
.BgClassName
{
background-color: #24F2CE;
}
</style>
border-color css
<style>
span { border-color: #24F2CE; }
span { border-color: rgb(36,242,206); }
td.TdClassName
{
border-color: #24F2CE;
}
.TagClassName
{
border-color: #24F2CE;
}
</style>