Shades of Turquoise #24D6CE
Tints of Turquoise #24D6CE
RGB
CMYK
RGB Variations
Color information
#24D6CE (or 0x24D6CE) is known color: Turquoise. HEX triplet: 24, D6 and CE. RGB value is (36,214,206). Sum of RGB (Red+Green+Blue) = 36+214+206=456 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.89% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #24D6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D6CE is #DB2931. Grayscale: #9F9F9F. Windows color (decimal): -14362930 or 13555236. OLE color: 13555236.
HSL color Cylindrical-coordinate representation of color #24D6CE: hue angle of 177.3º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D6CE is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 214 | 206 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.16 |
| HSL | 177.3º | 0.71% | 0.49% | - |
| HSV(B) | 177.3º | 0.83% | 0.84% | - |
| XYZ | 35.91 | 52.92 | 66.72 | - |
| YUV | 159.87 | 154.03 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 214 | 206 | 0.83 | 0 | 0.04 | 0.16 | 177.3 | 0.71 | 0.49 |
| Hex | 24 | D6 | CE | 53 | 0 | 4 | 10 | B1 | 47 | 31 |
| Octal | 44 | 326 | 316 | 123 | 0 | 4 | 20 | 261 | 107 | 61 |
| Binary | 100100 | 11010110 | 11001110 | 1010011 | 0 | 100 | 10000 | 10110001 | 1000111 | 110001 |
Color Harmonies of #24D6CE
Complementary color
Monochromatic Colors of #24D6CE
Black with #24D6CE
Text Example
Text Example
White with #24D6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D6CE; }
p { color: rgb(36,214,206); }
H1.HeaderClassName
{
color: #24D6CE;
}
.AnyTagClassName
{
color: #24D6CE;
}
</style>
background-color css
<style>
a { background-color: #24D6CE; }
a { background-color: rgb(36,214,206); }
div.DivClassName
{
background-color: #24D6CE;
}
.BgClassName
{
background-color: #24D6CE;
}
</style>
border-color css
<style>
span { border-color: #24D6CE; }
span { border-color: rgb(36,214,206); }
td.TdClassName
{
border-color: #24D6CE;
}
.TagClassName
{
border-color: #24D6CE;
}
</style>