Shades of Turquoise #20D9BA
Tints of Turquoise #20D9BA
RGB
CMYK
RGB Variations
Color information
#20D9BA (or 0x20D9BA) is known color: Turquoise. HEX triplet: 20, D9 and BA. RGB value is (32,217,186). Sum of RGB (Red+Green+Blue) = 32+217+186=435 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.36% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #20D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D9BA is #DF2645. Grayscale: #9E9E9E. Windows color (decimal): -14624326 or 12245280. OLE color: 12245280.
HSL color Cylindrical-coordinate representation of color #20D9BA: hue angle of 169.95º 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 #20D9BA is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 186 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.15 |
| HSL | 169.95º | 0.74% | 0.49% | - |
| HSV(B) | 169.95º | 0.85% | 0.85% | - |
| XYZ | 34.27 | 53.48 | 54.97 | - |
| YUV | 158.15 | 143.71 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 186 | 0.85 | 0 | 0.14 | 0.15 | 169.95 | 0.74 | 0.49 |
| Hex | 20 | D9 | BA | 55 | 0 | E | F | AA | 4A | 31 |
| Octal | 40 | 331 | 272 | 125 | 0 | 16 | 17 | 252 | 112 | 61 |
| Binary | 100000 | 11011001 | 10111010 | 1010101 | 0 | 1110 | 1111 | 10101010 | 1001010 | 110001 |
Color Harmonies of #20D9BA
Complementary color
Monochromatic Colors of #20D9BA
Black with #20D9BA
Text Example
Text Example
White with #20D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D9BA; }
p { color: rgb(32,217,186); }
H1.HeaderClassName
{
color: #20D9BA;
}
.AnyTagClassName
{
color: #20D9BA;
}
</style>
background-color css
<style>
a { background-color: #20D9BA; }
a { background-color: rgb(32,217,186); }
div.DivClassName
{
background-color: #20D9BA;
}
.BgClassName
{
background-color: #20D9BA;
}
</style>
border-color css
<style>
span { border-color: #20D9BA; }
span { border-color: rgb(32,217,186); }
td.TdClassName
{
border-color: #20D9BA;
}
.TagClassName
{
border-color: #20D9BA;
}
</style>