Shades of Turquoise #20E5BA
Tints of Turquoise #20E5BA
RGB
CMYK
RGB Variations
Color information
#20E5BA (or 0x20E5BA) is known color: Turquoise. HEX triplet: 20, E5 and BA. RGB value is (32,229,186). Sum of RGB (Red+Green+Blue) = 32+229+186=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #20E5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E5BA is #DF1A45. Grayscale: #A5A5A5. Windows color (decimal): -14621254 or 12248352. OLE color: 12248352.
HSL color Cylindrical-coordinate representation of color #20E5BA: hue angle of 166.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E5BA is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 229 | 186 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.10 |
| HSL | 166.9º | 0.79% | 0.51% | - |
| HSV(B) | 166.9º | 0.86% | 0.9% | - |
| XYZ | 37.48 | 59.89 | 56.04 | - |
| YUV | 165.2 | 139.73 | 33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 229 | 186 | 0.86 | 0 | 0.19 | 0.10 | 166.9 | 0.79 | 0.51 |
| Hex | 20 | E5 | BA | 56 | 0 | 13 | A | A7 | 4F | 33 |
| Octal | 40 | 345 | 272 | 126 | 0 | 23 | 12 | 247 | 117 | 63 |
| Binary | 100000 | 11100101 | 10111010 | 1010110 | 0 | 10011 | 1010 | 10100111 | 1001111 | 110011 |
Color Harmonies of #20E5BA
Complementary color
Monochromatic Colors of #20E5BA
Black with #20E5BA
Text Example
Text Example
White with #20E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E5BA; }
p { color: rgb(32,229,186); }
H1.HeaderClassName
{
color: #20E5BA;
}
.AnyTagClassName
{
color: #20E5BA;
}
</style>
background-color css
<style>
a { background-color: #20E5BA; }
a { background-color: rgb(32,229,186); }
div.DivClassName
{
background-color: #20E5BA;
}
.BgClassName
{
background-color: #20E5BA;
}
</style>
border-color css
<style>
span { border-color: #20E5BA; }
span { border-color: rgb(32,229,186); }
td.TdClassName
{
border-color: #20E5BA;
}
.TagClassName
{
border-color: #20E5BA;
}
</style>