Shades of Dark Turquoise #24CDDD
Tints of Dark Turquoise #24CDDD
RGB
CMYK
RGB Variations
Color information
#24CDDD (or 0x24CDDD) is known color: Dark Turquoise. HEX triplet: 24, CD and DD. RGB value is (36,205,221). Sum of RGB (Red+Green+Blue) = 36+205+221=462 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.79% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #24CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CDDD is #DB3222. Grayscale: #9C9C9C. Windows color (decimal): -14365219 or 14535972. OLE color: 14535972.
HSL color Cylindrical-coordinate representation of color #24CDDD: hue angle of 185.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24CDDD is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 205 | 221 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.13 |
| HSL | 185.19º | 0.73% | 0.5% | - |
| HSV(B) | 185.19º | 0.84% | 0.87% | - |
| XYZ | 35.61 | 49.26 | 76.04 | - |
| YUV | 156.29 | 164.51 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 205 | 221 | 0.84 | 0.07 | 0 | 0.13 | 185.19 | 0.73 | 0.5 |
| Hex | 24 | CD | DD | 54 | 7 | 0 | D | B9 | 49 | 32 |
| Octal | 44 | 315 | 335 | 124 | 7 | 0 | 15 | 271 | 111 | 62 |
| Binary | 100100 | 11001101 | 11011101 | 1010100 | 111 | 0 | 1101 | 10111001 | 1001001 | 110010 |
Color Harmonies of #24CDDD
Complementary color
Monochromatic Colors of #24CDDD
Black with #24CDDD
Text Example
Text Example
White with #24CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CDDD; }
p { color: rgb(36,205,221); }
H1.HeaderClassName
{
color: #24CDDD;
}
.AnyTagClassName
{
color: #24CDDD;
}
</style>
background-color css
<style>
a { background-color: #24CDDD; }
a { background-color: rgb(36,205,221); }
div.DivClassName
{
background-color: #24CDDD;
}
.BgClassName
{
background-color: #24CDDD;
}
</style>
border-color css
<style>
span { border-color: #24CDDD; }
span { border-color: rgb(36,205,221); }
td.TdClassName
{
border-color: #24CDDD;
}
.TagClassName
{
border-color: #24CDDD;
}
</style>