Shades of Bright Turquoise #20DBD0
Tints of Bright Turquoise #20DBD0
RGB
CMYK
RGB Variations
Color information
#20DBD0 (or 0x20DBD0) is known color: Bright Turquoise. HEX triplet: 20, DB and D0. RGB value is (32,219,208). Sum of RGB (Red+Green+Blue) = 32+219+208=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBD0 is #DF242F. Grayscale: #A1A1A1. Windows color (decimal): -14623792 or 13687584. OLE color: 13687584.
HSL color Cylindrical-coordinate representation of color #20DBD0: hue angle of 176.47º 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 #20DBD0 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 208 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.14 |
| HSL | 176.47º | 0.75% | 0.49% | - |
| HSV(B) | 176.47º | 0.85% | 0.86% | - |
| XYZ | 37.31 | 55.52 | 68.43 | - |
| YUV | 161.83 | 154.05 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 208 | 0.85 | 0 | 0.05 | 0.14 | 176.47 | 0.75 | 0.49 |
| Hex | 20 | DB | D0 | 55 | 0 | 5 | E | B0 | 4B | 31 |
| Octal | 40 | 333 | 320 | 125 | 0 | 5 | 16 | 260 | 113 | 61 |
| Binary | 100000 | 11011011 | 11010000 | 1010101 | 0 | 101 | 1110 | 10110000 | 1001011 | 110001 |
Color Harmonies of #20DBD0
Complementary color
Monochromatic Colors of #20DBD0
Black with #20DBD0
Text Example
Text Example
White with #20DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBD0; }
p { color: rgb(32,219,208); }
H1.HeaderClassName
{
color: #20DBD0;
}
.AnyTagClassName
{
color: #20DBD0;
}
</style>
background-color css
<style>
a { background-color: #20DBD0; }
a { background-color: rgb(32,219,208); }
div.DivClassName
{
background-color: #20DBD0;
}
.BgClassName
{
background-color: #20DBD0;
}
</style>
border-color css
<style>
span { border-color: #20DBD0; }
span { border-color: rgb(32,219,208); }
td.TdClassName
{
border-color: #20DBD0;
}
.TagClassName
{
border-color: #20DBD0;
}
</style>