Shades of Turquoise #24D8DB
Tints of Turquoise #24D8DB
RGB
CMYK
RGB Variations
Color information
#24D8DB (or 0x24D8DB) is known color: Turquoise. HEX triplet: 24, D8 and DB. RGB value is (36,216,219). Sum of RGB (Red+Green+Blue) = 36+216+219=471 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.64% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #24D8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D8DB is #DB2724. Grayscale: #A2A2A2. Windows color (decimal): -14362405 or 14407716. OLE color: 14407716.
HSL color Cylindrical-coordinate representation of color #24D8DB: hue angle of 180.98º 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 #24D8DB is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 216 | 219 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.14 |
| HSL | 180.98º | 0.72% | 0.5% | - |
| HSV(B) | 180.98º | 0.84% | 0.86% | - |
| XYZ | 38.07 | 54.6 | 75.55 | - |
| YUV | 162.52 | 159.87 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 216 | 219 | 0.84 | 0.01 | 0 | 0.14 | 180.98 | 0.72 | 0.5 |
| Hex | 24 | D8 | DB | 54 | 1 | 0 | E | B5 | 48 | 32 |
| Octal | 44 | 330 | 333 | 124 | 1 | 0 | 16 | 265 | 110 | 62 |
| Binary | 100100 | 11011000 | 11011011 | 1010100 | 1 | 0 | 1110 | 10110101 | 1001000 | 110010 |
Color Harmonies of #24D8DB
Complementary color
Monochromatic Colors of #24D8DB
Black with #24D8DB
Text Example
Text Example
White with #24D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D8DB; }
p { color: rgb(36,216,219); }
H1.HeaderClassName
{
color: #24D8DB;
}
.AnyTagClassName
{
color: #24D8DB;
}
</style>
background-color css
<style>
a { background-color: #24D8DB; }
a { background-color: rgb(36,216,219); }
div.DivClassName
{
background-color: #24D8DB;
}
.BgClassName
{
background-color: #24D8DB;
}
</style>
border-color css
<style>
span { border-color: #24D8DB; }
span { border-color: rgb(36,216,219); }
td.TdClassName
{
border-color: #24D8DB;
}
.TagClassName
{
border-color: #24D8DB;
}
</style>