Shades of Turquoise #24ECC8
Tints of Turquoise #24ECC8
RGB
CMYK
RGB Variations
Color information
#24ECC8 (or 0x24ECC8) is known color: Turquoise. HEX triplet: 24, EC and C8. RGB value is (36,236,200). Sum of RGB (Red+Green+Blue) = 36+236+200=472 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.63% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #24ECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24ECC8 is #DB1337. Grayscale: #ACACAC. Windows color (decimal): -14357304 or 13167652. OLE color: 13167652.
HSL color Cylindrical-coordinate representation of color #24ECC8: hue angle of 169.2º 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 #24ECC8 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 236 | 200 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.07 |
| HSL | 169.2º | 0.84% | 0.53% | - |
| HSV(B) | 169.2º | 0.85% | 0.93% | - |
| XYZ | 41.15 | 64.54 | 64.93 | - |
| YUV | 172.1 | 143.74 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 236 | 200 | 0.85 | 0 | 0.15 | 0.07 | 169.2 | 0.84 | 0.53 |
| Hex | 24 | EC | C8 | 55 | 0 | F | 7 | A9 | 54 | 35 |
| Octal | 44 | 354 | 310 | 125 | 0 | 17 | 7 | 251 | 124 | 65 |
| Binary | 100100 | 11101100 | 11001000 | 1010101 | 0 | 1111 | 111 | 10101001 | 1010100 | 110101 |
Color Harmonies of #24ECC8
Complementary color
Monochromatic Colors of #24ECC8
Black with #24ECC8
Text Example
Text Example
White with #24ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ECC8; }
p { color: rgb(36,236,200); }
H1.HeaderClassName
{
color: #24ECC8;
}
.AnyTagClassName
{
color: #24ECC8;
}
</style>
background-color css
<style>
a { background-color: #24ECC8; }
a { background-color: rgb(36,236,200); }
div.DivClassName
{
background-color: #24ECC8;
}
.BgClassName
{
background-color: #24ECC8;
}
</style>
border-color css
<style>
span { border-color: #24ECC8; }
span { border-color: rgb(36,236,200); }
td.TdClassName
{
border-color: #24ECC8;
}
.TagClassName
{
border-color: #24ECC8;
}
</style>