Shades of Turquoise #20DABB
Tints of Turquoise #20DABB
RGB
CMYK
RGB Variations
Color information
#20DABB (or 0x20DABB) is known color: Turquoise. HEX triplet: 20, DA and BB. RGB value is (32,218,187). Sum of RGB (Red+Green+Blue) = 32+218+187=437 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.32% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #20DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DABB is #DF2544. Grayscale: #9E9E9E. Windows color (decimal): -14624069 or 12311072. OLE color: 12311072.
HSL color Cylindrical-coordinate representation of color #20DABB: hue angle of 170º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DABB is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 218 | 187 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.15 |
| HSL | 170º | 0.74% | 0.49% | - |
| HSV(B) | 170º | 0.85% | 0.85% | - |
| XYZ | 34.64 | 54.04 | 55.62 | - |
| YUV | 158.85 | 143.88 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 187 | 0.85 | 0 | 0.14 | 0.15 | 170 | 0.74 | 0.49 |
| Hex | 20 | DA | BB | 55 | 0 | E | F | AA | 4A | 31 |
| Octal | 40 | 332 | 273 | 125 | 0 | 16 | 17 | 252 | 112 | 61 |
| Binary | 100000 | 11011010 | 10111011 | 1010101 | 0 | 1110 | 1111 | 10101010 | 1001010 | 110001 |
Color Harmonies of #20DABB
Complementary color
Monochromatic Colors of #20DABB
Black with #20DABB
Text Example
Text Example
White with #20DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DABB; }
p { color: rgb(32,218,187); }
H1.HeaderClassName
{
color: #20DABB;
}
.AnyTagClassName
{
color: #20DABB;
}
</style>
background-color css
<style>
a { background-color: #20DABB; }
a { background-color: rgb(32,218,187); }
div.DivClassName
{
background-color: #20DABB;
}
.BgClassName
{
background-color: #20DABB;
}
</style>
border-color css
<style>
span { border-color: #20DABB; }
span { border-color: rgb(32,218,187); }
td.TdClassName
{
border-color: #20DABB;
}
.TagClassName
{
border-color: #20DABB;
}
</style>