Shades of Dark Turquoise #24CDDB
Tints of Dark Turquoise #24CDDB
RGB
CMYK
RGB Variations
Color information
#24CDDB (or 0x24CDDB) is known color: Dark Turquoise. HEX triplet: 24, CD and DB. RGB value is (36,205,219). Sum of RGB (Red+Green+Blue) = 36+205+219=460 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.83% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #24CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CDDB is #DB3224. Grayscale: #9B9B9B. Windows color (decimal): -14365221 or 14404900. OLE color: 14404900.
HSL color Cylindrical-coordinate representation of color #24CDDB: hue angle of 184.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24CDDB is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 205 | 219 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.14 |
| HSL | 184.59º | 0.72% | 0.5% | - |
| HSV(B) | 184.59º | 0.84% | 0.86% | - |
| XYZ | 35.35 | 49.15 | 74.64 | - |
| YUV | 156.07 | 163.51 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 205 | 219 | 0.84 | 0.06 | 0 | 0.14 | 184.59 | 0.72 | 0.5 |
| Hex | 24 | CD | DB | 54 | 6 | 0 | E | B9 | 48 | 32 |
| Octal | 44 | 315 | 333 | 124 | 6 | 0 | 16 | 271 | 110 | 62 |
| Binary | 100100 | 11001101 | 11011011 | 1010100 | 110 | 0 | 1110 | 10111001 | 1001000 | 110010 |
Color Harmonies of #24CDDB
Complementary color
Monochromatic Colors of #24CDDB
Black with #24CDDB
Text Example
Text Example
White with #24CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CDDB; }
p { color: rgb(36,205,219); }
H1.HeaderClassName
{
color: #24CDDB;
}
.AnyTagClassName
{
color: #24CDDB;
}
</style>
background-color css
<style>
a { background-color: #24CDDB; }
a { background-color: rgb(36,205,219); }
div.DivClassName
{
background-color: #24CDDB;
}
.BgClassName
{
background-color: #24CDDB;
}
</style>
border-color css
<style>
span { border-color: #24CDDB; }
span { border-color: rgb(36,205,219); }
td.TdClassName
{
border-color: #24CDDB;
}
.TagClassName
{
border-color: #24CDDB;
}
</style>