Shades of Turquoise #24DECC
Tints of Turquoise #24DECC
RGB
CMYK
RGB Variations
Color information
#24DECC (or 0x24DECC) is known color: Turquoise. HEX triplet: 24, DE and CC. RGB value is (36,222,204). Sum of RGB (Red+Green+Blue) = 36+222+204=462 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.79% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #24DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DECC is #DB2133. Grayscale: #A4A4A4. Windows color (decimal): -14360884 or 13426212. OLE color: 13426212.
HSL color Cylindrical-coordinate representation of color #24DECC: hue angle of 174.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DECC is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 222 | 204 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.13 |
| HSL | 174.19º | 0.74% | 0.51% | - |
| HSV(B) | 174.19º | 0.84% | 0.87% | - |
| XYZ | 37.75 | 56.98 | 66.13 | - |
| YUV | 164.33 | 150.38 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 222 | 204 | 0.84 | 0 | 0.08 | 0.13 | 174.19 | 0.74 | 0.51 |
| Hex | 24 | DE | CC | 54 | 0 | 8 | D | AE | 4A | 33 |
| Octal | 44 | 336 | 314 | 124 | 0 | 10 | 15 | 256 | 112 | 63 |
| Binary | 100100 | 11011110 | 11001100 | 1010100 | 0 | 1000 | 1101 | 10101110 | 1001010 | 110011 |
Color Harmonies of #24DECC
Complementary color
Monochromatic Colors of #24DECC
Black with #24DECC
Text Example
Text Example
White with #24DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DECC; }
p { color: rgb(36,222,204); }
H1.HeaderClassName
{
color: #24DECC;
}
.AnyTagClassName
{
color: #24DECC;
}
</style>
background-color css
<style>
a { background-color: #24DECC; }
a { background-color: rgb(36,222,204); }
div.DivClassName
{
background-color: #24DECC;
}
.BgClassName
{
background-color: #24DECC;
}
</style>
border-color css
<style>
span { border-color: #24DECC; }
span { border-color: rgb(36,222,204); }
td.TdClassName
{
border-color: #24DECC;
}
.TagClassName
{
border-color: #24DECC;
}
</style>