Shades of Bright Turquoise #20D6DC
Tints of Bright Turquoise #20D6DC
RGB
CMYK
RGB Variations
Color information
#20D6DC (or 0x20D6DC) is known color: Bright Turquoise. HEX triplet: 20, D6 and DC. RGB value is (32,214,220). Sum of RGB (Red+Green+Blue) = 32+214+220=466 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.87% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #20D6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D6DC is #DF2923. Grayscale: #A0A0A0. Windows color (decimal): -14625060 or 14472736. OLE color: 14472736.
HSL color Cylindrical-coordinate representation of color #20D6DC: hue angle of 181.91º 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 #20D6DC is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 214 | 220 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.14 |
| HSL | 181.91º | 0.75% | 0.49% | - |
| HSV(B) | 181.91º | 0.85% | 0.86% | - |
| XYZ | 37.56 | 53.57 | 76.07 | - |
| YUV | 160.27 | 161.7 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 220 | 0.85 | 0.03 | 0 | 0.14 | 181.91 | 0.75 | 0.49 |
| Hex | 20 | D6 | DC | 55 | 3 | 0 | E | B6 | 4B | 31 |
| Octal | 40 | 326 | 334 | 125 | 3 | 0 | 16 | 266 | 113 | 61 |
| Binary | 100000 | 11010110 | 11011100 | 1010101 | 11 | 0 | 1110 | 10110110 | 1001011 | 110001 |
Color Harmonies of #20D6DC
Complementary color
Monochromatic Colors of #20D6DC
Black with #20D6DC
Text Example
Text Example
White with #20D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D6DC; }
p { color: rgb(32,214,220); }
H1.HeaderClassName
{
color: #20D6DC;
}
.AnyTagClassName
{
color: #20D6DC;
}
</style>
background-color css
<style>
a { background-color: #20D6DC; }
a { background-color: rgb(32,214,220); }
div.DivClassName
{
background-color: #20D6DC;
}
.BgClassName
{
background-color: #20D6DC;
}
</style>
border-color css
<style>
span { border-color: #20D6DC; }
span { border-color: rgb(32,214,220); }
td.TdClassName
{
border-color: #20D6DC;
}
.TagClassName
{
border-color: #20D6DC;
}
</style>