Shades of Turquoise #24DDC7
Tints of Turquoise #24DDC7
RGB
CMYK
RGB Variations
Color information
#24DDC7 (or 0x24DDC7) is known color: Turquoise. HEX triplet: 24, DD and C7. RGB value is (36,221,199). Sum of RGB (Red+Green+Blue) = 36+221+199=456 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.89% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #24DDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DDC7 is #DB2238. Grayscale: #A3A3A3. Windows color (decimal): -14361145 or 13098276. OLE color: 13098276.
HSL color Cylindrical-coordinate representation of color #24DDC7: hue angle of 172.86º 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 #24DDC7 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 221 | 199 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.13 |
| HSL | 172.86º | 0.73% | 0.5% | - |
| HSV(B) | 172.86º | 0.84% | 0.87% | - |
| XYZ | 36.89 | 56.21 | 62.94 | - |
| YUV | 163.18 | 148.21 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 221 | 199 | 0.84 | 0 | 0.10 | 0.13 | 172.86 | 0.73 | 0.5 |
| Hex | 24 | DD | C7 | 54 | 0 | A | D | AD | 49 | 32 |
| Octal | 44 | 335 | 307 | 124 | 0 | 12 | 15 | 255 | 111 | 62 |
| Binary | 100100 | 11011101 | 11000111 | 1010100 | 0 | 1010 | 1101 | 10101101 | 1001001 | 110010 |
Color Harmonies of #24DDC7
Complementary color
Monochromatic Colors of #24DDC7
Black with #24DDC7
Text Example
Text Example
White with #24DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DDC7; }
p { color: rgb(36,221,199); }
H1.HeaderClassName
{
color: #24DDC7;
}
.AnyTagClassName
{
color: #24DDC7;
}
</style>
background-color css
<style>
a { background-color: #24DDC7; }
a { background-color: rgb(36,221,199); }
div.DivClassName
{
background-color: #24DDC7;
}
.BgClassName
{
background-color: #24DDC7;
}
</style>
border-color css
<style>
span { border-color: #24DDC7; }
span { border-color: rgb(36,221,199); }
td.TdClassName
{
border-color: #24DDC7;
}
.TagClassName
{
border-color: #24DDC7;
}
</style>