Shades of Turquoise #24D9D8
Tints of Turquoise #24D9D8
RGB
CMYK
RGB Variations
Color information
#24D9D8 (or 0x24D9D8) is known color: Turquoise. HEX triplet: 24, D9 and D8. RGB value is (36,217,216). Sum of RGB (Red+Green+Blue) = 36+217+216=469 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.68% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #24D9D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D9D8 is #DB2627. Grayscale: #A2A2A2. Windows color (decimal): -14362152 or 14211364. OLE color: 14211364.
HSL color Cylindrical-coordinate representation of color #24D9D8: hue angle of 179.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24D9D8 is Cyan = 0.83, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 217 | 216 | - |
| CMYK | 0.83 | 0 | 0.00 | 0.15 |
| HSL | 179.67º | 0.72% | 0.5% | - |
| HSV(B) | 179.67º | 0.83% | 0.85% | - |
| XYZ | 37.94 | 54.96 | 73.57 | - |
| YUV | 162.77 | 158.03 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 217 | 216 | 0.83 | 0 | 0.00 | 0.15 | 179.67 | 0.72 | 0.5 |
| Hex | 24 | D9 | D8 | 53 | 0 | 0 | F | B4 | 48 | 32 |
| Octal | 44 | 331 | 330 | 123 | 0 | 0 | 17 | 264 | 110 | 62 |
| Binary | 100100 | 11011001 | 11011000 | 1010011 | 0 | 0 | 1111 | 10110100 | 1001000 | 110010 |
Color Harmonies of #24D9D8
Complementary color
Monochromatic Colors of #24D9D8
Black with #24D9D8
Text Example
Text Example
White with #24D9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D9D8; }
p { color: rgb(36,217,216); }
H1.HeaderClassName
{
color: #24D9D8;
}
.AnyTagClassName
{
color: #24D9D8;
}
</style>
background-color css
<style>
a { background-color: #24D9D8; }
a { background-color: rgb(36,217,216); }
div.DivClassName
{
background-color: #24D9D8;
}
.BgClassName
{
background-color: #24D9D8;
}
</style>
border-color css
<style>
span { border-color: #24D9D8; }
span { border-color: rgb(36,217,216); }
td.TdClassName
{
border-color: #24D9D8;
}
.TagClassName
{
border-color: #24D9D8;
}
</style>