Shades of Turquoise #20DCC6
Tints of Turquoise #20DCC6
RGB
CMYK
RGB Variations
Color information
#20DCC6 (or 0x20DCC6) is known color: Turquoise. HEX triplet: 20, DC and C6. RGB value is (32,220,198). Sum of RGB (Red+Green+Blue) = 32+220+198=450 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.11% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCC6 is #DF2339. Grayscale: #A1A1A1. Windows color (decimal): -14623546 or 13032480. OLE color: 13032480.
HSL color Cylindrical-coordinate representation of color #20DCC6: hue angle of 172.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DCC6 is Cyan = 0.85, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 198 | - |
| CMYK | 0.85 | 0 | 0.1 | 0.14 |
| HSL | 172.98º | 0.75% | 0.49% | - |
| HSV(B) | 172.98º | 0.85% | 0.86% | - |
| XYZ | 36.38 | 55.57 | 62.23 | - |
| YUV | 161.28 | 148.72 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 198 | 0.85 | 0 | 0.1 | 0.14 | 172.98 | 0.75 | 0.49 |
| Hex | 20 | DC | C6 | 55 | 0 | A | E | AD | 4B | 31 |
| Octal | 40 | 334 | 306 | 125 | 0 | 12 | 16 | 255 | 113 | 61 |
| Binary | 100000 | 11011100 | 11000110 | 1010101 | 0 | 1010 | 1110 | 10101101 | 1001011 | 110001 |
Color Harmonies of #20DCC6
Complementary color
Monochromatic Colors of #20DCC6
Black with #20DCC6
Text Example
Text Example
White with #20DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCC6; }
p { color: rgb(32,220,198); }
H1.HeaderClassName
{
color: #20DCC6;
}
.AnyTagClassName
{
color: #20DCC6;
}
</style>
background-color css
<style>
a { background-color: #20DCC6; }
a { background-color: rgb(32,220,198); }
div.DivClassName
{
background-color: #20DCC6;
}
.BgClassName
{
background-color: #20DCC6;
}
</style>
border-color css
<style>
span { border-color: #20DCC6; }
span { border-color: rgb(32,220,198); }
td.TdClassName
{
border-color: #20DCC6;
}
.TagClassName
{
border-color: #20DCC6;
}
</style>