Shades of Turquoise #24D4DC
Tints of Turquoise #24D4DC
RGB
CMYK
RGB Variations
Color information
#24D4DC (or 0x24D4DC) is known color: Turquoise. HEX triplet: 24, D4 and DC. RGB value is (36,212,220). Sum of RGB (Red+Green+Blue) = 36+212+220=468 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.69% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #24D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D4DC is #DB2B23. Grayscale: #A0A0A0. Windows color (decimal): -14363428 or 14472228. OLE color: 14472228.
HSL color Cylindrical-coordinate representation of color #24D4DC: hue angle of 182.61º 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 #24D4DC is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 212 | 220 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.14 |
| HSL | 182.61º | 0.72% | 0.5% | - |
| HSV(B) | 182.61º | 0.84% | 0.86% | - |
| XYZ | 37.19 | 52.63 | 75.91 | - |
| YUV | 160.29 | 161.69 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 212 | 220 | 0.84 | 0.04 | 0 | 0.14 | 182.61 | 0.72 | 0.5 |
| Hex | 24 | D4 | DC | 54 | 4 | 0 | E | B7 | 48 | 32 |
| Octal | 44 | 324 | 334 | 124 | 4 | 0 | 16 | 267 | 110 | 62 |
| Binary | 100100 | 11010100 | 11011100 | 1010100 | 100 | 0 | 1110 | 10110111 | 1001000 | 110010 |
Color Harmonies of #24D4DC
Complementary color
Monochromatic Colors of #24D4DC
Black with #24D4DC
Text Example
Text Example
White with #24D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D4DC; }
p { color: rgb(36,212,220); }
H1.HeaderClassName
{
color: #24D4DC;
}
.AnyTagClassName
{
color: #24D4DC;
}
</style>
background-color css
<style>
a { background-color: #24D4DC; }
a { background-color: rgb(36,212,220); }
div.DivClassName
{
background-color: #24D4DC;
}
.BgClassName
{
background-color: #24D4DC;
}
</style>
border-color css
<style>
span { border-color: #24D4DC; }
span { border-color: rgb(36,212,220); }
td.TdClassName
{
border-color: #24D4DC;
}
.TagClassName
{
border-color: #24D4DC;
}
</style>