Shades of Turquoise #24CECC
Tints of Turquoise #24CECC
RGB
CMYK
RGB Variations
Color information
#24CECC (or 0x24CECC) is known color: Turquoise. HEX triplet: 24, CE and CC. RGB value is (36,206,204). Sum of RGB (Red+Green+Blue) = 36+206+204=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #24CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CECC is #DB3133. Grayscale: #9A9A9A. Windows color (decimal): -14364980 or 13422116. OLE color: 13422116.
HSL color Cylindrical-coordinate representation of color #24CECC: hue angle of 179.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24CECC is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 206 | 204 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.19 |
| HSL | 179.29º | 0.7% | 0.47% | - |
| HSV(B) | 179.29º | 0.83% | 0.81% | - |
| XYZ | 33.7 | 48.88 | 64.78 | - |
| YUV | 154.94 | 155.68 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 206 | 204 | 0.83 | 0 | 0.01 | 0.19 | 179.29 | 0.7 | 0.47 |
| Hex | 24 | CE | CC | 53 | 0 | 1 | 13 | B3 | 46 | 2F |
| Octal | 44 | 316 | 314 | 123 | 0 | 1 | 23 | 263 | 106 | 57 |
| Binary | 100100 | 11001110 | 11001100 | 1010011 | 0 | 1 | 10011 | 10110011 | 1000110 | 101111 |
Color Harmonies of #24CECC
Complementary color
Monochromatic Colors of #24CECC
Black with #24CECC
Text Example
Text Example
White with #24CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CECC; }
p { color: rgb(36,206,204); }
H1.HeaderClassName
{
color: #24CECC;
}
.AnyTagClassName
{
color: #24CECC;
}
</style>
background-color css
<style>
a { background-color: #24CECC; }
a { background-color: rgb(36,206,204); }
div.DivClassName
{
background-color: #24CECC;
}
.BgClassName
{
background-color: #24CECC;
}
</style>
border-color css
<style>
span { border-color: #24CECC; }
span { border-color: rgb(36,206,204); }
td.TdClassName
{
border-color: #24CECC;
}
.TagClassName
{
border-color: #24CECC;
}
</style>