Shades of Dark Turquoise #20D5CE
Tints of Dark Turquoise #20D5CE
RGB
CMYK
RGB Variations
Color information
#20D5CE (or 0x20D5CE) is known color: Dark Turquoise. HEX triplet: 20, D5 and CE. RGB value is (32,213,206). Sum of RGB (Red+Green+Blue) = 32+213+206=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #20D5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D5CE is #DF2A31. Grayscale: #9D9D9D. Windows color (decimal): -14625330 or 13554976. OLE color: 13554976.
HSL color Cylindrical-coordinate representation of color #20D5CE: hue angle of 177.68º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D5CE is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 213 | 206 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.16 |
| HSL | 177.68º | 0.74% | 0.48% | - |
| HSV(B) | 177.68º | 0.85% | 0.84% | - |
| XYZ | 35.53 | 52.35 | 66.62 | - |
| YUV | 158.08 | 155.03 | 38.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 213 | 206 | 0.85 | 0 | 0.03 | 0.16 | 177.68 | 0.74 | 0.48 |
| Hex | 20 | D5 | CE | 55 | 0 | 3 | 10 | B2 | 4A | 30 |
| Octal | 40 | 325 | 316 | 125 | 0 | 3 | 20 | 262 | 112 | 60 |
| Binary | 100000 | 11010101 | 11001110 | 1010101 | 0 | 11 | 10000 | 10110010 | 1001010 | 110000 |
Color Harmonies of #20D5CE
Complementary color
Monochromatic Colors of #20D5CE
Black with #20D5CE
Text Example
Text Example
White with #20D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D5CE; }
p { color: rgb(32,213,206); }
H1.HeaderClassName
{
color: #20D5CE;
}
.AnyTagClassName
{
color: #20D5CE;
}
</style>
background-color css
<style>
a { background-color: #20D5CE; }
a { background-color: rgb(32,213,206); }
div.DivClassName
{
background-color: #20D5CE;
}
.BgClassName
{
background-color: #20D5CE;
}
</style>
border-color css
<style>
span { border-color: #20D5CE; }
span { border-color: rgb(32,213,206); }
td.TdClassName
{
border-color: #20D5CE;
}
.TagClassName
{
border-color: #20D5CE;
}
</style>