Shades of Turquoise #20E5BE
Tints of Turquoise #20E5BE
RGB
CMYK
RGB Variations
Color information
#20E5BE (or 0x20E5BE) is known color: Turquoise. HEX triplet: 20, E5 and BE. RGB value is (32,229,190). Sum of RGB (Red+Green+Blue) = 32+229+190=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #20E5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E5BE is #DF1A41. Grayscale: #A5A5A5. Windows color (decimal): -14621250 or 12510496. OLE color: 12510496.
HSL color Cylindrical-coordinate representation of color #20E5BE: hue angle of 168.12º 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 #20E5BE is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 229 | 190 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.10 |
| HSL | 168.12º | 0.79% | 0.51% | - |
| HSV(B) | 168.12º | 0.86% | 0.9% | - |
| XYZ | 37.91 | 60.06 | 58.31 | - |
| YUV | 165.65 | 141.73 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 229 | 190 | 0.86 | 0 | 0.17 | 0.10 | 168.12 | 0.79 | 0.51 |
| Hex | 20 | E5 | BE | 56 | 0 | 11 | A | A8 | 4F | 33 |
| Octal | 40 | 345 | 276 | 126 | 0 | 21 | 12 | 250 | 117 | 63 |
| Binary | 100000 | 11100101 | 10111110 | 1010110 | 0 | 10001 | 1010 | 10101000 | 1001111 | 110011 |
Color Harmonies of #20E5BE
Complementary color
Monochromatic Colors of #20E5BE
Black with #20E5BE
Text Example
Text Example
White with #20E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E5BE; }
p { color: rgb(32,229,190); }
H1.HeaderClassName
{
color: #20E5BE;
}
.AnyTagClassName
{
color: #20E5BE;
}
</style>
background-color css
<style>
a { background-color: #20E5BE; }
a { background-color: rgb(32,229,190); }
div.DivClassName
{
background-color: #20E5BE;
}
.BgClassName
{
background-color: #20E5BE;
}
</style>
border-color css
<style>
span { border-color: #20E5BE; }
span { border-color: rgb(32,229,190); }
td.TdClassName
{
border-color: #20E5BE;
}
.TagClassName
{
border-color: #20E5BE;
}
</style>