Shades of Turquoise #24DDCB
Tints of Turquoise #24DDCB
RGB
CMYK
RGB Variations
Color information
#24DDCB (or 0x24DDCB) is known color: Turquoise. HEX triplet: 24, DD and CB. RGB value is (36,221,203). Sum of RGB (Red+Green+Blue) = 36+221+203=460 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.83% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #24DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DDCB is #DB2234. Grayscale: #A3A3A3. Windows color (decimal): -14361141 or 13360420. OLE color: 13360420.
HSL color Cylindrical-coordinate representation of color #24DDCB: hue angle of 174.16º 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 #24DDCB is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 221 | 203 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.13 |
| HSL | 174.16º | 0.73% | 0.5% | - |
| HSV(B) | 174.16º | 0.84% | 0.87% | - |
| XYZ | 37.36 | 56.4 | 65.42 | - |
| YUV | 163.63 | 150.21 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 221 | 203 | 0.84 | 0 | 0.08 | 0.13 | 174.16 | 0.73 | 0.5 |
| Hex | 24 | DD | CB | 54 | 0 | 8 | D | AE | 49 | 32 |
| Octal | 44 | 335 | 313 | 124 | 0 | 10 | 15 | 256 | 111 | 62 |
| Binary | 100100 | 11011101 | 11001011 | 1010100 | 0 | 1000 | 1101 | 10101110 | 1001001 | 110010 |
Color Harmonies of #24DDCB
Complementary color
Monochromatic Colors of #24DDCB
Black with #24DDCB
Text Example
Text Example
White with #24DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DDCB; }
p { color: rgb(36,221,203); }
H1.HeaderClassName
{
color: #24DDCB;
}
.AnyTagClassName
{
color: #24DDCB;
}
</style>
background-color css
<style>
a { background-color: #24DDCB; }
a { background-color: rgb(36,221,203); }
div.DivClassName
{
background-color: #24DDCB;
}
.BgClassName
{
background-color: #24DDCB;
}
</style>
border-color css
<style>
span { border-color: #24DDCB; }
span { border-color: rgb(36,221,203); }
td.TdClassName
{
border-color: #24DDCB;
}
.TagClassName
{
border-color: #24DDCB;
}
</style>