Shades of Turquoise #20DBC6
Tints of Turquoise #20DBC6
RGB
CMYK
RGB Variations
Color information
#20DBC6 (or 0x20DBC6) is known color: Turquoise. HEX triplet: 20, DB and C6. RGB value is (32,219,198). Sum of RGB (Red+Green+Blue) = 32+219+198=449 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.13% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBC6 is #DF2439. Grayscale: #A0A0A0. Windows color (decimal): -14623802 or 13032224. OLE color: 13032224.
HSL color Cylindrical-coordinate representation of color #20DBC6: hue angle of 173.26º 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 #20DBC6 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 198 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.14 |
| HSL | 173.26º | 0.75% | 0.49% | - |
| HSV(B) | 173.26º | 0.85% | 0.86% | - |
| XYZ | 36.12 | 55.05 | 62.15 | - |
| YUV | 160.69 | 149.05 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 198 | 0.85 | 0 | 0.10 | 0.14 | 173.26 | 0.75 | 0.49 |
| Hex | 20 | DB | C6 | 55 | 0 | A | E | AD | 4B | 31 |
| Octal | 40 | 333 | 306 | 125 | 0 | 12 | 16 | 255 | 113 | 61 |
| Binary | 100000 | 11011011 | 11000110 | 1010101 | 0 | 1010 | 1110 | 10101101 | 1001011 | 110001 |
Color Harmonies of #20DBC6
Complementary color
Monochromatic Colors of #20DBC6
Black with #20DBC6
Text Example
Text Example
White with #20DBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBC6; }
p { color: rgb(32,219,198); }
H1.HeaderClassName
{
color: #20DBC6;
}
.AnyTagClassName
{
color: #20DBC6;
}
</style>
background-color css
<style>
a { background-color: #20DBC6; }
a { background-color: rgb(32,219,198); }
div.DivClassName
{
background-color: #20DBC6;
}
.BgClassName
{
background-color: #20DBC6;
}
</style>
border-color css
<style>
span { border-color: #20DBC6; }
span { border-color: rgb(32,219,198); }
td.TdClassName
{
border-color: #20DBC6;
}
.TagClassName
{
border-color: #20DBC6;
}
</style>