Shades of Turquoise #24DDC2
Tints of Turquoise #24DDC2
RGB
CMYK
RGB Variations
Color information
#24DDC2 (or 0x24DDC2) is known color: Turquoise. HEX triplet: 24, DD and C2. RGB value is (36,221,194). Sum of RGB (Red+Green+Blue) = 36+221+194=451 (59% of max value = 765). Red value is 36 (14.45% from 255 or 7.98% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #24DDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DDC2 is #DB223D. Grayscale: #A2A2A2. Windows color (decimal): -14361150 or 12770596. OLE color: 12770596.
HSL color Cylindrical-coordinate representation of color #24DDC2: hue angle of 171.24º 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 #24DDC2 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 221 | 194 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.13 |
| HSL | 171.24º | 0.73% | 0.5% | - |
| HSV(B) | 171.24º | 0.84% | 0.87% | - |
| XYZ | 36.32 | 55.98 | 59.93 | - |
| YUV | 162.61 | 145.71 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 221 | 194 | 0.84 | 0 | 0.12 | 0.13 | 171.24 | 0.73 | 0.5 |
| Hex | 24 | DD | C2 | 54 | 0 | C | D | AB | 49 | 32 |
| Octal | 44 | 335 | 302 | 124 | 0 | 14 | 15 | 253 | 111 | 62 |
| Binary | 100100 | 11011101 | 11000010 | 1010100 | 0 | 1100 | 1101 | 10101011 | 1001001 | 110010 |
Color Harmonies of #24DDC2
Complementary color
Monochromatic Colors of #24DDC2
Black with #24DDC2
Text Example
Text Example
White with #24DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DDC2; }
p { color: rgb(36,221,194); }
H1.HeaderClassName
{
color: #24DDC2;
}
.AnyTagClassName
{
color: #24DDC2;
}
</style>
background-color css
<style>
a { background-color: #24DDC2; }
a { background-color: rgb(36,221,194); }
div.DivClassName
{
background-color: #24DDC2;
}
.BgClassName
{
background-color: #24DDC2;
}
</style>
border-color css
<style>
span { border-color: #24DDC2; }
span { border-color: rgb(36,221,194); }
td.TdClassName
{
border-color: #24DDC2;
}
.TagClassName
{
border-color: #24DDC2;
}
</style>