Shades of Dark Turquoise #24CCD6
Tints of Dark Turquoise #24CCD6
RGB
CMYK
RGB Variations
Color information
#24CCD6 (or 0x24CCD6) is known color: Dark Turquoise. HEX triplet: 24, CC and D6. RGB value is (36,204,214). Sum of RGB (Red+Green+Blue) = 36+204+214=454 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.93% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #24CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CCD6 is #DB3329. Grayscale: #9A9A9A. Windows color (decimal): -14365482 or 14076964. OLE color: 14076964.
HSL color Cylindrical-coordinate representation of color #24CCD6: hue angle of 183.37º 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 #24CCD6 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 204 | 214 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.16 |
| HSL | 183.37º | 0.71% | 0.49% | - |
| HSV(B) | 183.37º | 0.83% | 0.84% | - |
| XYZ | 34.46 | 48.42 | 71.15 | - |
| YUV | 154.91 | 161.34 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 214 | 0.83 | 0.05 | 0 | 0.16 | 183.37 | 0.71 | 0.49 |
| Hex | 24 | CC | D6 | 53 | 5 | 0 | 10 | B7 | 47 | 31 |
| Octal | 44 | 314 | 326 | 123 | 5 | 0 | 20 | 267 | 107 | 61 |
| Binary | 100100 | 11001100 | 11010110 | 1010011 | 101 | 0 | 10000 | 10110111 | 1000111 | 110001 |
Color Harmonies of #24CCD6
Complementary color
Monochromatic Colors of #24CCD6
Black with #24CCD6
Text Example
Text Example
White with #24CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CCD6; }
p { color: rgb(36,204,214); }
H1.HeaderClassName
{
color: #24CCD6;
}
.AnyTagClassName
{
color: #24CCD6;
}
</style>
background-color css
<style>
a { background-color: #24CCD6; }
a { background-color: rgb(36,204,214); }
div.DivClassName
{
background-color: #24CCD6;
}
.BgClassName
{
background-color: #24CCD6;
}
</style>
border-color css
<style>
span { border-color: #24CCD6; }
span { border-color: rgb(36,204,214); }
td.TdClassName
{
border-color: #24CCD6;
}
.TagClassName
{
border-color: #24CCD6;
}
</style>