Shades of Bright Turquoise #20DBD1
Tints of Bright Turquoise #20DBD1
RGB
CMYK
RGB Variations
Color information
#20DBD1 (or 0x20DBD1) is known color: Bright Turquoise. HEX triplet: 20, DB and D1. RGB value is (32,219,209). Sum of RGB (Red+Green+Blue) = 32+219+209=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBD1 is #DF242E. Grayscale: #A1A1A1. Windows color (decimal): -14623791 or 13753120. OLE color: 13753120.
HSL color Cylindrical-coordinate representation of color #20DBD1: hue angle of 176.79º 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 #20DBD1 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 209 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.14 |
| HSL | 176.79º | 0.75% | 0.49% | - |
| HSV(B) | 176.79º | 0.85% | 0.86% | - |
| XYZ | 37.44 | 55.57 | 69.08 | - |
| YUV | 161.95 | 154.55 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 209 | 0.85 | 0 | 0.05 | 0.14 | 176.79 | 0.75 | 0.49 |
| Hex | 20 | DB | D1 | 55 | 0 | 5 | E | B1 | 4B | 31 |
| Octal | 40 | 333 | 321 | 125 | 0 | 5 | 16 | 261 | 113 | 61 |
| Binary | 100000 | 11011011 | 11010001 | 1010101 | 0 | 101 | 1110 | 10110001 | 1001011 | 110001 |
Color Harmonies of #20DBD1
Complementary color
Monochromatic Colors of #20DBD1
Black with #20DBD1
Text Example
Text Example
White with #20DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBD1; }
p { color: rgb(32,219,209); }
H1.HeaderClassName
{
color: #20DBD1;
}
.AnyTagClassName
{
color: #20DBD1;
}
</style>
background-color css
<style>
a { background-color: #20DBD1; }
a { background-color: rgb(32,219,209); }
div.DivClassName
{
background-color: #20DBD1;
}
.BgClassName
{
background-color: #20DBD1;
}
</style>
border-color css
<style>
span { border-color: #20DBD1; }
span { border-color: rgb(32,219,209); }
td.TdClassName
{
border-color: #20DBD1;
}
.TagClassName
{
border-color: #20DBD1;
}
</style>