Shades of Turquoise #24D4CC
Tints of Turquoise #24D4CC
RGB
CMYK
RGB Variations
Color information
#24D4CC (or 0x24D4CC) is known color: Turquoise. HEX triplet: 24, D4 and CC. RGB value is (36,212,204). Sum of RGB (Red+Green+Blue) = 36+212+204=452 (59% of max value = 765). Red value is 36 (14.45% from 255 or 7.96% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #24D4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D4CC is #DB2B33. Grayscale: #9E9E9E. Windows color (decimal): -14363444 or 13423652. OLE color: 13423652.
HSL color Cylindrical-coordinate representation of color #24D4CC: hue angle of 177.27º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D4CC is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 212 | 204 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.17 |
| HSL | 177.27º | 0.71% | 0.49% | - |
| HSV(B) | 177.27º | 0.83% | 0.83% | - |
| XYZ | 35.17 | 51.82 | 65.28 | - |
| YUV | 158.46 | 153.69 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 212 | 204 | 0.83 | 0 | 0.04 | 0.17 | 177.27 | 0.71 | 0.49 |
| Hex | 24 | D4 | CC | 53 | 0 | 4 | 11 | B1 | 47 | 31 |
| Octal | 44 | 324 | 314 | 123 | 0 | 4 | 21 | 261 | 107 | 61 |
| Binary | 100100 | 11010100 | 11001100 | 1010011 | 0 | 100 | 10001 | 10110001 | 1000111 | 110001 |
Color Harmonies of #24D4CC
Complementary color
Monochromatic Colors of #24D4CC
Black with #24D4CC
Text Example
Text Example
White with #24D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D4CC; }
p { color: rgb(36,212,204); }
H1.HeaderClassName
{
color: #24D4CC;
}
.AnyTagClassName
{
color: #24D4CC;
}
</style>
background-color css
<style>
a { background-color: #24D4CC; }
a { background-color: rgb(36,212,204); }
div.DivClassName
{
background-color: #24D4CC;
}
.BgClassName
{
background-color: #24D4CC;
}
</style>
border-color css
<style>
span { border-color: #24D4CC; }
span { border-color: rgb(36,212,204); }
td.TdClassName
{
border-color: #24D4CC;
}
.TagClassName
{
border-color: #24D4CC;
}
</style>