Shades of Turquoise #20D9BE
Tints of Turquoise #20D9BE
RGB
CMYK
RGB Variations
Color information
#20D9BE (or 0x20D9BE) is known color: Turquoise. HEX triplet: 20, D9 and BE. RGB value is (32,217,190). Sum of RGB (Red+Green+Blue) = 32+217+190=439 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.29% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #20D9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D9BE is #DF2641. Grayscale: #9E9E9E. Windows color (decimal): -14624322 or 12507424. OLE color: 12507424.
HSL color Cylindrical-coordinate representation of color #20D9BE: hue angle of 171.24º 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 #20D9BE is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 190 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.15 |
| HSL | 171.24º | 0.74% | 0.49% | - |
| HSV(B) | 171.24º | 0.85% | 0.85% | - |
| XYZ | 34.7 | 53.65 | 57.24 | - |
| YUV | 158.61 | 145.71 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 190 | 0.85 | 0 | 0.12 | 0.15 | 171.24 | 0.74 | 0.49 |
| Hex | 20 | D9 | BE | 55 | 0 | C | F | AB | 4A | 31 |
| Octal | 40 | 331 | 276 | 125 | 0 | 14 | 17 | 253 | 112 | 61 |
| Binary | 100000 | 11011001 | 10111110 | 1010101 | 0 | 1100 | 1111 | 10101011 | 1001010 | 110001 |
Color Harmonies of #20D9BE
Complementary color
Monochromatic Colors of #20D9BE
Black with #20D9BE
Text Example
Text Example
White with #20D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D9BE; }
p { color: rgb(32,217,190); }
H1.HeaderClassName
{
color: #20D9BE;
}
.AnyTagClassName
{
color: #20D9BE;
}
</style>
background-color css
<style>
a { background-color: #20D9BE; }
a { background-color: rgb(32,217,190); }
div.DivClassName
{
background-color: #20D9BE;
}
.BgClassName
{
background-color: #20D9BE;
}
</style>
border-color css
<style>
span { border-color: #20D9BE; }
span { border-color: rgb(32,217,190); }
td.TdClassName
{
border-color: #20D9BE;
}
.TagClassName
{
border-color: #20D9BE;
}
</style>