Shades of Turquoise #24EDCC
Tints of Turquoise #24EDCC
RGB
CMYK
RGB Variations
Color information
#24EDCC (or 0x24EDCC) is known color: Turquoise. HEX triplet: 24, ED and CC. RGB value is (36,237,204). Sum of RGB (Red+Green+Blue) = 36+237+204=477 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.55% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #24EDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24EDCC is #DB1233. Grayscale: #ADADAD. Windows color (decimal): -14357044 or 13430052. OLE color: 13430052.
HSL color Cylindrical-coordinate representation of color #24EDCC: hue angle of 170.15º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24EDCC is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 237 | 204 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.07 |
| HSL | 170.15º | 0.85% | 0.54% | - |
| HSV(B) | 170.15º | 0.85% | 0.93% | - |
| XYZ | 41.91 | 65.3 | 67.52 | - |
| YUV | 173.14 | 145.41 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 237 | 204 | 0.85 | 0 | 0.14 | 0.07 | 170.15 | 0.85 | 0.54 |
| Hex | 24 | ED | CC | 55 | 0 | E | 7 | AA | 55 | 36 |
| Octal | 44 | 355 | 314 | 125 | 0 | 16 | 7 | 252 | 125 | 66 |
| Binary | 100100 | 11101101 | 11001100 | 1010101 | 0 | 1110 | 111 | 10101010 | 1010101 | 110110 |
Color Harmonies of #24EDCC
Complementary color
Monochromatic Colors of #24EDCC
Black with #24EDCC
Text Example
Text Example
White with #24EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EDCC; }
p { color: rgb(36,237,204); }
H1.HeaderClassName
{
color: #24EDCC;
}
.AnyTagClassName
{
color: #24EDCC;
}
</style>
background-color css
<style>
a { background-color: #24EDCC; }
a { background-color: rgb(36,237,204); }
div.DivClassName
{
background-color: #24EDCC;
}
.BgClassName
{
background-color: #24EDCC;
}
</style>
border-color css
<style>
span { border-color: #24EDCC; }
span { border-color: rgb(36,237,204); }
td.TdClassName
{
border-color: #24EDCC;
}
.TagClassName
{
border-color: #24EDCC;
}
</style>