Shades of Turquoise #24CDC9
Tints of Turquoise #24CDC9
RGB
CMYK
RGB Variations
Color information
#24CDC9 (or 0x24CDC9) is known color: Turquoise. HEX triplet: 24, CD and C9. RGB value is (36,205,201). Sum of RGB (Red+Green+Blue) = 36+205+201=442 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.14% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #24CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CDC9 is #DB3236. Grayscale: #999999. Windows color (decimal): -14365239 or 13225252. OLE color: 13225252.
HSL color Cylindrical-coordinate representation of color #24CDC9: hue angle of 178.58º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CDC9 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 205 | 201 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.20 |
| HSL | 178.58º | 0.7% | 0.47% | - |
| HSV(B) | 178.58º | 0.82% | 0.8% | - |
| XYZ | 33.1 | 48.25 | 62.83 | - |
| YUV | 154.01 | 154.51 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 205 | 201 | 0.82 | 0 | 0.02 | 0.20 | 178.58 | 0.7 | 0.47 |
| Hex | 24 | CD | C9 | 52 | 0 | 2 | 14 | B3 | 46 | 2F |
| Octal | 44 | 315 | 311 | 122 | 0 | 2 | 24 | 263 | 106 | 57 |
| Binary | 100100 | 11001101 | 11001001 | 1010010 | 0 | 10 | 10100 | 10110011 | 1000110 | 101111 |
Color Harmonies of #24CDC9
Complementary color
Monochromatic Colors of #24CDC9
Black with #24CDC9
Text Example
Text Example
White with #24CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CDC9; }
p { color: rgb(36,205,201); }
H1.HeaderClassName
{
color: #24CDC9;
}
.AnyTagClassName
{
color: #24CDC9;
}
</style>
background-color css
<style>
a { background-color: #24CDC9; }
a { background-color: rgb(36,205,201); }
div.DivClassName
{
background-color: #24CDC9;
}
.BgClassName
{
background-color: #24CDC9;
}
</style>
border-color css
<style>
span { border-color: #24CDC9; }
span { border-color: rgb(36,205,201); }
td.TdClassName
{
border-color: #24CDC9;
}
.TagClassName
{
border-color: #24CDC9;
}
</style>