Shades of Turquoise #20D7B9
Tints of Turquoise #20D7B9
RGB
CMYK
RGB Variations
Color information
#20D7B9 (or 0x20D7B9) is known color: Turquoise. HEX triplet: 20, D7 and B9. RGB value is (32,215,185). Sum of RGB (Red+Green+Blue) = 32+215+185=432 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.41% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #20D7B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D7B9 is #DF2846. Grayscale: #9C9C9C. Windows color (decimal): -14624839 or 12179232. OLE color: 12179232.
HSL color Cylindrical-coordinate representation of color #20D7B9: hue angle of 170.16º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D7B9 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 215 | 185 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.16 |
| HSL | 170.16º | 0.74% | 0.48% | - |
| HSV(B) | 170.16º | 0.85% | 0.84% | - |
| XYZ | 33.65 | 52.41 | 54.24 | - |
| YUV | 156.86 | 143.87 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 215 | 185 | 0.85 | 0 | 0.14 | 0.16 | 170.16 | 0.74 | 0.48 |
| Hex | 20 | D7 | B9 | 55 | 0 | E | 10 | AA | 4A | 30 |
| Octal | 40 | 327 | 271 | 125 | 0 | 16 | 20 | 252 | 112 | 60 |
| Binary | 100000 | 11010111 | 10111001 | 1010101 | 0 | 1110 | 10000 | 10101010 | 1001010 | 110000 |
Color Harmonies of #20D7B9
Complementary color
Monochromatic Colors of #20D7B9
Black with #20D7B9
Text Example
Text Example
White with #20D7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D7B9; }
p { color: rgb(32,215,185); }
H1.HeaderClassName
{
color: #20D7B9;
}
.AnyTagClassName
{
color: #20D7B9;
}
</style>
background-color css
<style>
a { background-color: #20D7B9; }
a { background-color: rgb(32,215,185); }
div.DivClassName
{
background-color: #20D7B9;
}
.BgClassName
{
background-color: #20D7B9;
}
</style>
border-color css
<style>
span { border-color: #20D7B9; }
span { border-color: rgb(32,215,185); }
td.TdClassName
{
border-color: #20D7B9;
}
.TagClassName
{
border-color: #20D7B9;
}
</style>