Shades of Turquoise #24DCCC
Tints of Turquoise #24DCCC
RGB
CMYK
RGB Variations
Color information
#24DCCC (or 0x24DCCC) is known color: Turquoise. HEX triplet: 24, DC and CC. RGB value is (36,220,204). Sum of RGB (Red+Green+Blue) = 36+220+204=460 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.83% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #24DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DCCC is #DB2333. Grayscale: #A3A3A3. Windows color (decimal): -14361396 or 13425700. OLE color: 13425700.
HSL color Cylindrical-coordinate representation of color #24DCCC: hue angle of 174.78º 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 #24DCCC is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 220 | 204 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.14 |
| HSL | 174.78º | 0.72% | 0.5% | - |
| HSV(B) | 174.78º | 0.84% | 0.86% | - |
| XYZ | 37.22 | 55.92 | 65.96 | - |
| YUV | 163.16 | 151.04 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 204 | 0.84 | 0 | 0.07 | 0.14 | 174.78 | 0.72 | 0.5 |
| Hex | 24 | DC | CC | 54 | 0 | 7 | E | AF | 48 | 32 |
| Octal | 44 | 334 | 314 | 124 | 0 | 7 | 16 | 257 | 110 | 62 |
| Binary | 100100 | 11011100 | 11001100 | 1010100 | 0 | 111 | 1110 | 10101111 | 1001000 | 110010 |
Color Harmonies of #24DCCC
Complementary color
Monochromatic Colors of #24DCCC
Black with #24DCCC
Text Example
Text Example
White with #24DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DCCC; }
p { color: rgb(36,220,204); }
H1.HeaderClassName
{
color: #24DCCC;
}
.AnyTagClassName
{
color: #24DCCC;
}
</style>
background-color css
<style>
a { background-color: #24DCCC; }
a { background-color: rgb(36,220,204); }
div.DivClassName
{
background-color: #24DCCC;
}
.BgClassName
{
background-color: #24DCCC;
}
</style>
border-color css
<style>
span { border-color: #24DCCC; }
span { border-color: rgb(36,220,204); }
td.TdClassName
{
border-color: #24DCCC;
}
.TagClassName
{
border-color: #24DCCC;
}
</style>