Shades of Turquoise #24DED6
Tints of Turquoise #24DED6
RGB
CMYK
RGB Variations
Color information
#24DED6 (or 0x24DED6) is known color: Turquoise. HEX triplet: 24, DE and D6. RGB value is (36,222,214). Sum of RGB (Red+Green+Blue) = 36+222+214=472 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.63% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #24DED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DED6 is #DB2129. Grayscale: #A5A5A5. Windows color (decimal): -14360874 or 14081572. OLE color: 14081572.
HSL color Cylindrical-coordinate representation of color #24DED6: hue angle of 177.42º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DED6 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 222 | 214 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.13 |
| HSL | 177.42º | 0.74% | 0.51% | - |
| HSV(B) | 177.42º | 0.84% | 0.87% | - |
| XYZ | 38.99 | 57.47 | 72.66 | - |
| YUV | 165.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 222 | 214 | 0.84 | 0 | 0.04 | 0.13 | 177.42 | 0.74 | 0.51 |
| Hex | 24 | DE | D6 | 54 | 0 | 4 | D | B1 | 4A | 33 |
| Octal | 44 | 336 | 326 | 124 | 0 | 4 | 15 | 261 | 112 | 63 |
| Binary | 100100 | 11011110 | 11010110 | 1010100 | 0 | 100 | 1101 | 10110001 | 1001010 | 110011 |
Color Harmonies of #24DED6
Complementary color
Monochromatic Colors of #24DED6
Black with #24DED6
Text Example
Text Example
White with #24DED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DED6; }
p { color: rgb(36,222,214); }
H1.HeaderClassName
{
color: #24DED6;
}
.AnyTagClassName
{
color: #24DED6;
}
</style>
background-color css
<style>
a { background-color: #24DED6; }
a { background-color: rgb(36,222,214); }
div.DivClassName
{
background-color: #24DED6;
}
.BgClassName
{
background-color: #24DED6;
}
</style>
border-color css
<style>
span { border-color: #24DED6; }
span { border-color: rgb(36,222,214); }
td.TdClassName
{
border-color: #24DED6;
}
.TagClassName
{
border-color: #24DED6;
}
</style>