Shades of Dark Turquoise #20C9D6
Tints of Dark Turquoise #20C9D6
RGB
CMYK
RGB Variations
Color information
#20C9D6 (or 0x20C9D6) is known color: Dark Turquoise. HEX triplet: 20, C9 and D6. RGB value is (32,201,214). Sum of RGB (Red+Green+Blue) = 32+201+214=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #20C9D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C9D6 is #DF3629. Grayscale: #979797. Windows color (decimal): -14628394 or 14076192. OLE color: 14076192.
HSL color Cylindrical-coordinate representation of color #20C9D6: hue angle of 184.29º 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 #20C9D6 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 201 | 214 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.16 |
| HSL | 184.29º | 0.74% | 0.48% | - |
| HSV(B) | 184.29º | 0.85% | 0.84% | - |
| XYZ | 33.62 | 46.94 | 70.91 | - |
| YUV | 151.95 | 163.01 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 214 | 0.85 | 0.06 | 0 | 0.16 | 184.29 | 0.74 | 0.48 |
| Hex | 20 | C9 | D6 | 55 | 6 | 0 | 10 | B8 | 4A | 30 |
| Octal | 40 | 311 | 326 | 125 | 6 | 0 | 20 | 270 | 112 | 60 |
| Binary | 100000 | 11001001 | 11010110 | 1010101 | 110 | 0 | 10000 | 10111000 | 1001010 | 110000 |
Color Harmonies of #20C9D6
Complementary color
Monochromatic Colors of #20C9D6
Black with #20C9D6
Text Example
Text Example
White with #20C9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C9D6; }
p { color: rgb(32,201,214); }
H1.HeaderClassName
{
color: #20C9D6;
}
.AnyTagClassName
{
color: #20C9D6;
}
</style>
background-color css
<style>
a { background-color: #20C9D6; }
a { background-color: rgb(32,201,214); }
div.DivClassName
{
background-color: #20C9D6;
}
.BgClassName
{
background-color: #20C9D6;
}
</style>
border-color css
<style>
span { border-color: #20C9D6; }
span { border-color: rgb(32,201,214); }
td.TdClassName
{
border-color: #20C9D6;
}
.TagClassName
{
border-color: #20C9D6;
}
</style>