Shades of Turquoise #24D2DB
Tints of Turquoise #24D2DB
RGB
CMYK
RGB Variations
Color information
#24D2DB (or 0x24D2DB) is known color: Turquoise. HEX triplet: 24, D2 and DB. RGB value is (36,210,219). Sum of RGB (Red+Green+Blue) = 36+210+219=465 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.74% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #24D2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D2DB is #DB2D24. Grayscale: #9E9E9E. Windows color (decimal): -14363941 or 14406180. OLE color: 14406180.
HSL color Cylindrical-coordinate representation of color #24D2DB: hue angle of 182.95º 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 #24D2DB is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 210 | 219 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.14 |
| HSL | 182.95º | 0.72% | 0.5% | - |
| HSV(B) | 182.95º | 0.84% | 0.86% | - |
| XYZ | 36.56 | 51.58 | 75.05 | - |
| YUV | 159 | 161.85 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 210 | 219 | 0.84 | 0.04 | 0 | 0.14 | 182.95 | 0.72 | 0.5 |
| Hex | 24 | D2 | DB | 54 | 4 | 0 | E | B7 | 48 | 32 |
| Octal | 44 | 322 | 333 | 124 | 4 | 0 | 16 | 267 | 110 | 62 |
| Binary | 100100 | 11010010 | 11011011 | 1010100 | 100 | 0 | 1110 | 10110111 | 1001000 | 110010 |
Color Harmonies of #24D2DB
Complementary color
Monochromatic Colors of #24D2DB
Black with #24D2DB
Text Example
Text Example
White with #24D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D2DB; }
p { color: rgb(36,210,219); }
H1.HeaderClassName
{
color: #24D2DB;
}
.AnyTagClassName
{
color: #24D2DB;
}
</style>
background-color css
<style>
a { background-color: #24D2DB; }
a { background-color: rgb(36,210,219); }
div.DivClassName
{
background-color: #24D2DB;
}
.BgClassName
{
background-color: #24D2DB;
}
</style>
border-color css
<style>
span { border-color: #24D2DB; }
span { border-color: rgb(36,210,219); }
td.TdClassName
{
border-color: #24D2DB;
}
.TagClassName
{
border-color: #24D2DB;
}
</style>