Shades of Turquoise #20EAC0
Tints of Turquoise #20EAC0
RGB
CMYK
RGB Variations
Color information
#20EAC0 (or 0x20EAC0) is known color: Turquoise. HEX triplet: 20, EA and C0. RGB value is (32,234,192). Sum of RGB (Red+Green+Blue) = 32+234+192=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAC0 is #DF153F. Grayscale: #A8A8A8. Windows color (decimal): -14619968 or 12642848. OLE color: 12642848.
HSL color Cylindrical-coordinate representation of color #20EAC0: hue angle of 167.52º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EAC0 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 192 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.08 |
| HSL | 167.52º | 0.83% | 0.52% | - |
| HSV(B) | 167.52º | 0.86% | 0.92% | - |
| XYZ | 39.53 | 62.96 | 59.94 | - |
| YUV | 168.81 | 141.08 | 30.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 192 | 0.86 | 0 | 0.18 | 0.08 | 167.52 | 0.83 | 0.52 |
| Hex | 20 | EA | C0 | 56 | 0 | 12 | 8 | A8 | 53 | 34 |
| Octal | 40 | 352 | 300 | 126 | 0 | 22 | 10 | 250 | 123 | 64 |
| Binary | 100000 | 11101010 | 11000000 | 1010110 | 0 | 10010 | 1000 | 10101000 | 1010011 | 110100 |
Color Harmonies of #20EAC0
Complementary color
Monochromatic Colors of #20EAC0
Black with #20EAC0
Text Example
Text Example
White with #20EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EAC0; }
p { color: rgb(32,234,192); }
H1.HeaderClassName
{
color: #20EAC0;
}
.AnyTagClassName
{
color: #20EAC0;
}
</style>
background-color css
<style>
a { background-color: #20EAC0; }
a { background-color: rgb(32,234,192); }
div.DivClassName
{
background-color: #20EAC0;
}
.BgClassName
{
background-color: #20EAC0;
}
</style>
border-color css
<style>
span { border-color: #20EAC0; }
span { border-color: rgb(32,234,192); }
td.TdClassName
{
border-color: #20EAC0;
}
.TagClassName
{
border-color: #20EAC0;
}
</style>