Shades of Turquoise #24DBCD
Tints of Turquoise #24DBCD
RGB
CMYK
RGB Variations
Color information
#24DBCD (or 0x24DBCD) is known color: Turquoise. HEX triplet: 24, DB and CD. RGB value is (36,219,205). Sum of RGB (Red+Green+Blue) = 36+219+205=460 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.83% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #24DBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DBCD is #DB2432. Grayscale: #A2A2A2. Windows color (decimal): -14361651 or 13490980. OLE color: 13490980.
HSL color Cylindrical-coordinate representation of color #24DBCD: hue angle of 175.41º 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 #24DBCD is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 219 | 205 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.14 |
| HSL | 175.41º | 0.72% | 0.5% | - |
| HSV(B) | 175.41º | 0.84% | 0.86% | - |
| XYZ | 37.08 | 55.45 | 66.51 | - |
| YUV | 162.69 | 151.87 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 219 | 205 | 0.84 | 0 | 0.06 | 0.14 | 175.41 | 0.72 | 0.5 |
| Hex | 24 | DB | CD | 54 | 0 | 6 | E | AF | 48 | 32 |
| Octal | 44 | 333 | 315 | 124 | 0 | 6 | 16 | 257 | 110 | 62 |
| Binary | 100100 | 11011011 | 11001101 | 1010100 | 0 | 110 | 1110 | 10101111 | 1001000 | 110010 |
Color Harmonies of #24DBCD
Complementary color
Monochromatic Colors of #24DBCD
Black with #24DBCD
Text Example
Text Example
White with #24DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DBCD; }
p { color: rgb(36,219,205); }
H1.HeaderClassName
{
color: #24DBCD;
}
.AnyTagClassName
{
color: #24DBCD;
}
</style>
background-color css
<style>
a { background-color: #24DBCD; }
a { background-color: rgb(36,219,205); }
div.DivClassName
{
background-color: #24DBCD;
}
.BgClassName
{
background-color: #24DBCD;
}
</style>
border-color css
<style>
span { border-color: #24DBCD; }
span { border-color: rgb(36,219,205); }
td.TdClassName
{
border-color: #24DBCD;
}
.TagClassName
{
border-color: #24DBCD;
}
</style>