Shades of Turquoise #24ECCC
Tints of Turquoise #24ECCC
RGB
CMYK
RGB Variations
Color information
#24ECCC (or 0x24ECCC) is known color: Turquoise. HEX triplet: 24, EC and CC. RGB value is (36,236,204). Sum of RGB (Red+Green+Blue) = 36+236+204=476 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.56% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECCC is #DB1333. Grayscale: #ACACAC. Windows color (decimal): -14357300 or 13429796. OLE color: 13429796.
HSL color Cylindrical-coordinate representation of color #24ECCC: hue angle of 170.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24ECCC is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 236 | 204 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.07 |
| HSL | 170.4º | 0.84% | 0.53% | - |
| HSV(B) | 170.4º | 0.85% | 0.93% | - |
| XYZ | 41.62 | 64.73 | 67.43 | - |
| YUV | 172.55 | 145.74 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 204 | 0.85 | 0 | 0.14 | 0.07 | 170.4 | 0.84 | 0.53 |
| Hex | 24 | EC | CC | 55 | 0 | E | 7 | AA | 54 | 35 |
| Octal | 44 | 354 | 314 | 125 | 0 | 16 | 7 | 252 | 124 | 65 |
| Binary | 100100 | 11101100 | 11001100 | 1010101 | 0 | 1110 | 111 | 10101010 | 1010100 | 110101 |
Color Harmonies of #24ECCC
Complementary color
Monochromatic Colors of #24ECCC
Black with #24ECCC
Text Example
Text Example
White with #24ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ECCC; }
p { color: rgb(36,236,204); }
H1.HeaderClassName
{
color: #24ECCC;
}
.AnyTagClassName
{
color: #24ECCC;
}
</style>
background-color css
<style>
a { background-color: #24ECCC; }
a { background-color: rgb(36,236,204); }
div.DivClassName
{
background-color: #24ECCC;
}
.BgClassName
{
background-color: #24ECCC;
}
</style>
border-color css
<style>
span { border-color: #24ECCC; }
span { border-color: rgb(36,236,204); }
td.TdClassName
{
border-color: #24ECCC;
}
.TagClassName
{
border-color: #24ECCC;
}
</style>