Shades of Turquoise #20E3BD
Tints of Turquoise #20E3BD
RGB
CMYK
RGB Variations
Color information
#20E3BD (or 0x20E3BD) is known color: Turquoise. HEX triplet: 20, E3 and BD. RGB value is (32,227,189). Sum of RGB (Red+Green+Blue) = 32+227+189=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #20E3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E3BD is #DF1C42. Grayscale: #A4A4A4. Windows color (decimal): -14621763 or 12444448. OLE color: 12444448.
HSL color Cylindrical-coordinate representation of color #20E3BD: hue angle of 168.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E3BD is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 227 | 189 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.11 |
| HSL | 168.31º | 0.78% | 0.51% | - |
| HSV(B) | 168.31º | 0.86% | 0.89% | - |
| XYZ | 37.25 | 58.92 | 57.55 | - |
| YUV | 164.36 | 141.9 | 33.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 227 | 189 | 0.86 | 0 | 0.17 | 0.11 | 168.31 | 0.78 | 0.51 |
| Hex | 20 | E3 | BD | 56 | 0 | 11 | B | A8 | 4E | 33 |
| Octal | 40 | 343 | 275 | 126 | 0 | 21 | 13 | 250 | 116 | 63 |
| Binary | 100000 | 11100011 | 10111101 | 1010110 | 0 | 10001 | 1011 | 10101000 | 1001110 | 110011 |
Color Harmonies of #20E3BD
Complementary color
Monochromatic Colors of #20E3BD
Black with #20E3BD
Text Example
Text Example
White with #20E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E3BD; }
p { color: rgb(32,227,189); }
H1.HeaderClassName
{
color: #20E3BD;
}
.AnyTagClassName
{
color: #20E3BD;
}
</style>
background-color css
<style>
a { background-color: #20E3BD; }
a { background-color: rgb(32,227,189); }
div.DivClassName
{
background-color: #20E3BD;
}
.BgClassName
{
background-color: #20E3BD;
}
</style>
border-color css
<style>
span { border-color: #20E3BD; }
span { border-color: rgb(32,227,189); }
td.TdClassName
{
border-color: #20E3BD;
}
.TagClassName
{
border-color: #20E3BD;
}
</style>