Shades of Dark Turquoise #20CDD6
Tints of Dark Turquoise #20CDD6
RGB
CMYK
RGB Variations
Color information
#20CDD6 (or 0x20CDD6) is known color: Dark Turquoise. HEX triplet: 20, CD and D6. RGB value is (32,205,214). Sum of RGB (Red+Green+Blue) = 32+205+214=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #20CDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDD6 is #DF3229. Grayscale: #9A9A9A. Windows color (decimal): -14627370 or 14077216. OLE color: 14077216.
HSL color Cylindrical-coordinate representation of color #20CDD6: hue angle of 182.97º 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 #20CDD6 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 205 | 214 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.16 |
| HSL | 182.97º | 0.74% | 0.48% | - |
| HSV(B) | 182.97º | 0.85% | 0.84% | - |
| XYZ | 34.56 | 48.82 | 71.22 | - |
| YUV | 154.3 | 161.69 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 214 | 0.85 | 0.04 | 0 | 0.16 | 182.97 | 0.74 | 0.48 |
| Hex | 20 | CD | D6 | 55 | 4 | 0 | 10 | B7 | 4A | 30 |
| Octal | 40 | 315 | 326 | 125 | 4 | 0 | 20 | 267 | 112 | 60 |
| Binary | 100000 | 11001101 | 11010110 | 1010101 | 100 | 0 | 10000 | 10110111 | 1001010 | 110000 |
Color Harmonies of #20CDD6
Complementary color
Monochromatic Colors of #20CDD6
Black with #20CDD6
Text Example
Text Example
White with #20CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDD6; }
p { color: rgb(32,205,214); }
H1.HeaderClassName
{
color: #20CDD6;
}
.AnyTagClassName
{
color: #20CDD6;
}
</style>
background-color css
<style>
a { background-color: #20CDD6; }
a { background-color: rgb(32,205,214); }
div.DivClassName
{
background-color: #20CDD6;
}
.BgClassName
{
background-color: #20CDD6;
}
</style>
border-color css
<style>
span { border-color: #20CDD6; }
span { border-color: rgb(32,205,214); }
td.TdClassName
{
border-color: #20CDD6;
}
.TagClassName
{
border-color: #20CDD6;
}
</style>