Shades of Turquoise #24DDD8
Tints of Turquoise #24DDD8
RGB
CMYK
RGB Variations
Color information
#24DDD8 (or 0x24DDD8) is known color: Turquoise. HEX triplet: 24, DD and D8. RGB value is (36,221,216). Sum of RGB (Red+Green+Blue) = 36+221+216=473 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.61% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #24DDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DDD8 is #DB2227. Grayscale: #A4A4A4. Windows color (decimal): -14361128 or 14212388. OLE color: 14212388.
HSL color Cylindrical-coordinate representation of color #24DDD8: hue angle of 178.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DDD8 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 221 | 216 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.13 |
| HSL | 178.38º | 0.73% | 0.5% | - |
| HSV(B) | 178.38º | 0.84% | 0.87% | - |
| XYZ | 38.98 | 57.05 | 73.92 | - |
| YUV | 165.12 | 156.71 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 221 | 216 | 0.84 | 0 | 0.02 | 0.13 | 178.38 | 0.73 | 0.5 |
| Hex | 24 | DD | D8 | 54 | 0 | 2 | D | B2 | 49 | 32 |
| Octal | 44 | 335 | 330 | 124 | 0 | 2 | 15 | 262 | 111 | 62 |
| Binary | 100100 | 11011101 | 11011000 | 1010100 | 0 | 10 | 1101 | 10110010 | 1001001 | 110010 |
Color Harmonies of #24DDD8
Complementary color
Monochromatic Colors of #24DDD8
Black with #24DDD8
Text Example
Text Example
White with #24DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DDD8; }
p { color: rgb(36,221,216); }
H1.HeaderClassName
{
color: #24DDD8;
}
.AnyTagClassName
{
color: #24DDD8;
}
</style>
background-color css
<style>
a { background-color: #24DDD8; }
a { background-color: rgb(36,221,216); }
div.DivClassName
{
background-color: #24DDD8;
}
.BgClassName
{
background-color: #24DDD8;
}
</style>
border-color css
<style>
span { border-color: #24DDD8; }
span { border-color: rgb(36,221,216); }
td.TdClassName
{
border-color: #24DDD8;
}
.TagClassName
{
border-color: #24DDD8;
}
</style>