Shades of Turquoise #20E3C5
Tints of Turquoise #20E3C5
RGB
CMYK
RGB Variations
Color information
#20E3C5 (or 0x20E3C5) is known color: Turquoise. HEX triplet: 20, E3 and C5. RGB value is (32,227,197). Sum of RGB (Red+Green+Blue) = 32+227+197=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #20E3C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E3C5 is #DF1C3A. Grayscale: #A5A5A5. Windows color (decimal): -14621755 or 12968736. OLE color: 12968736.
HSL color Cylindrical-coordinate representation of color #20E3C5: hue angle of 170.77º 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 #20E3C5 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 227 | 197 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.11 |
| HSL | 170.77º | 0.78% | 0.51% | - |
| HSV(B) | 170.77º | 0.86% | 0.89% | - |
| XYZ | 38.14 | 59.28 | 62.25 | - |
| YUV | 165.28 | 145.9 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 227 | 197 | 0.86 | 0 | 0.13 | 0.11 | 170.77 | 0.78 | 0.51 |
| Hex | 20 | E3 | C5 | 56 | 0 | D | B | AB | 4E | 33 |
| Octal | 40 | 343 | 305 | 126 | 0 | 15 | 13 | 253 | 116 | 63 |
| Binary | 100000 | 11100011 | 11000101 | 1010110 | 0 | 1101 | 1011 | 10101011 | 1001110 | 110011 |
Color Harmonies of #20E3C5
Complementary color
Monochromatic Colors of #20E3C5
Black with #20E3C5
Text Example
Text Example
White with #20E3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E3C5; }
p { color: rgb(32,227,197); }
H1.HeaderClassName
{
color: #20E3C5;
}
.AnyTagClassName
{
color: #20E3C5;
}
</style>
background-color css
<style>
a { background-color: #20E3C5; }
a { background-color: rgb(32,227,197); }
div.DivClassName
{
background-color: #20E3C5;
}
.BgClassName
{
background-color: #20E3C5;
}
</style>
border-color css
<style>
span { border-color: #20E3C5; }
span { border-color: rgb(32,227,197); }
td.TdClassName
{
border-color: #20E3C5;
}
.TagClassName
{
border-color: #20E3C5;
}
</style>