Shades of Turquoise #24E9D0
Tints of Turquoise #24E9D0
RGB
CMYK
RGB Variations
Color information
#24E9D0 (or 0x24E9D0) is known color: Turquoise. HEX triplet: 24, E9 and D0. RGB value is (36,233,208). Sum of RGB (Red+Green+Blue) = 36+233+208=477 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.55% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #24E9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24E9D0 is #DB162F. Grayscale: #ABABAB. Windows color (decimal): -14358064 or 13691172. OLE color: 13691172.
HSL color Cylindrical-coordinate representation of color #24E9D0: hue angle of 172.39º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24E9D0 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 233 | 208 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.09 |
| HSL | 172.39º | 0.82% | 0.53% | - |
| HSV(B) | 172.39º | 0.85% | 0.91% | - |
| XYZ | 41.25 | 63.21 | 69.7 | - |
| YUV | 171.25 | 148.73 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 233 | 208 | 0.85 | 0 | 0.11 | 0.09 | 172.39 | 0.82 | 0.53 |
| Hex | 24 | E9 | D0 | 55 | 0 | B | 9 | AC | 52 | 35 |
| Octal | 44 | 351 | 320 | 125 | 0 | 13 | 11 | 254 | 122 | 65 |
| Binary | 100100 | 11101001 | 11010000 | 1010101 | 0 | 1011 | 1001 | 10101100 | 1010010 | 110101 |
Color Harmonies of #24E9D0
Complementary color
Monochromatic Colors of #24E9D0
Black with #24E9D0
Text Example
Text Example
White with #24E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E9D0; }
p { color: rgb(36,233,208); }
H1.HeaderClassName
{
color: #24E9D0;
}
.AnyTagClassName
{
color: #24E9D0;
}
</style>
background-color css
<style>
a { background-color: #24E9D0; }
a { background-color: rgb(36,233,208); }
div.DivClassName
{
background-color: #24E9D0;
}
.BgClassName
{
background-color: #24E9D0;
}
</style>
border-color css
<style>
span { border-color: #24E9D0; }
span { border-color: rgb(36,233,208); }
td.TdClassName
{
border-color: #24E9D0;
}
.TagClassName
{
border-color: #24E9D0;
}
</style>