Shades of Turquoise #20E1C0
Tints of Turquoise #20E1C0
RGB
CMYK
RGB Variations
Color information
#20E1C0 (or 0x20E1C0) is known color: Turquoise. HEX triplet: 20, E1 and C0. RGB value is (32,225,192). Sum of RGB (Red+Green+Blue) = 32+225+192=449 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.13% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #20E1C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E1C0 is #DF1E3F. Grayscale: #A3A3A3. Windows color (decimal): -14622272 or 12640544. OLE color: 12640544.
HSL color Cylindrical-coordinate representation of color #20E1C0: hue angle of 169.74º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E1C0 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 192 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.12 |
| HSL | 169.74º | 0.76% | 0.5% | - |
| HSV(B) | 169.74º | 0.86% | 0.88% | - |
| XYZ | 37.04 | 57.96 | 59.11 | - |
| YUV | 163.53 | 144.06 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 192 | 0.86 | 0 | 0.15 | 0.12 | 169.74 | 0.76 | 0.5 |
| Hex | 20 | E1 | C0 | 56 | 0 | F | C | AA | 4C | 32 |
| Octal | 40 | 341 | 300 | 126 | 0 | 17 | 14 | 252 | 114 | 62 |
| Binary | 100000 | 11100001 | 11000000 | 1010110 | 0 | 1111 | 1100 | 10101010 | 1001100 | 110010 |
Color Harmonies of #20E1C0
Complementary color
Monochromatic Colors of #20E1C0
Black with #20E1C0
Text Example
Text Example
White with #20E1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E1C0; }
p { color: rgb(32,225,192); }
H1.HeaderClassName
{
color: #20E1C0;
}
.AnyTagClassName
{
color: #20E1C0;
}
</style>
background-color css
<style>
a { background-color: #20E1C0; }
a { background-color: rgb(32,225,192); }
div.DivClassName
{
background-color: #20E1C0;
}
.BgClassName
{
background-color: #20E1C0;
}
</style>
border-color css
<style>
span { border-color: #20E1C0; }
span { border-color: rgb(32,225,192); }
td.TdClassName
{
border-color: #20E1C0;
}
.TagClassName
{
border-color: #20E1C0;
}
</style>