Shades of Dark Turquoise #20CDE0
Tints of Dark Turquoise #20CDE0
RGB
CMYK
RGB Variations
Color information
#20CDE0 (or 0x20CDE0) is known color: Dark Turquoise. HEX triplet: 20, CD and E0. RGB value is (32,205,224). Sum of RGB (Red+Green+Blue) = 32+205+224=461 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.94% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #20CDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDE0 is #DF321F. Grayscale: #9B9B9B. Windows color (decimal): -14627360 or 14732576. OLE color: 14732576.
HSL color Cylindrical-coordinate representation of color #20CDE0: hue angle of 185.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CDE0 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 205 | 224 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.12 |
| HSL | 185.94º | 0.76% | 0.5% | - |
| HSV(B) | 185.94º | 0.86% | 0.88% | - |
| XYZ | 35.88 | 49.35 | 78.16 | - |
| YUV | 155.44 | 166.69 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 224 | 0.86 | 0.08 | 0 | 0.12 | 185.94 | 0.76 | 0.5 |
| Hex | 20 | CD | E0 | 56 | 8 | 0 | C | BA | 4C | 32 |
| Octal | 40 | 315 | 340 | 126 | 10 | 0 | 14 | 272 | 114 | 62 |
| Binary | 100000 | 11001101 | 11100000 | 1010110 | 1000 | 0 | 1100 | 10111010 | 1001100 | 110010 |
Color Harmonies of #20CDE0
Complementary color
Monochromatic Colors of #20CDE0
Black with #20CDE0
Text Example
Text Example
White with #20CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDE0; }
p { color: rgb(32,205,224); }
H1.HeaderClassName
{
color: #20CDE0;
}
.AnyTagClassName
{
color: #20CDE0;
}
</style>
background-color css
<style>
a { background-color: #20CDE0; }
a { background-color: rgb(32,205,224); }
div.DivClassName
{
background-color: #20CDE0;
}
.BgClassName
{
background-color: #20CDE0;
}
</style>
border-color css
<style>
span { border-color: #20CDE0; }
span { border-color: rgb(32,205,224); }
td.TdClassName
{
border-color: #20CDE0;
}
.TagClassName
{
border-color: #20CDE0;
}
</style>