Shades of Turquoise #20EAC5
Tints of Turquoise #20EAC5
RGB
CMYK
RGB Variations
Color information
#20EAC5 (or 0x20EAC5) is known color: Turquoise. HEX triplet: 20, EA and C5. RGB value is (32,234,197). Sum of RGB (Red+Green+Blue) = 32+234+197=463 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.91% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #20EAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EAC5 is #DF153A. Grayscale: #A9A9A9. Windows color (decimal): -14619963 or 12970528. OLE color: 12970528.
HSL color Cylindrical-coordinate representation of color #20EAC5: hue angle of 169.01º 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 #20EAC5 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 234 | 197 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.08 |
| HSL | 169.01º | 0.83% | 0.52% | - |
| HSV(B) | 169.01º | 0.86% | 0.92% | - |
| XYZ | 40.1 | 63.18 | 62.91 | - |
| YUV | 169.38 | 143.58 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 197 | 0.86 | 0 | 0.16 | 0.08 | 169.01 | 0.83 | 0.52 |
| Hex | 20 | EA | C5 | 56 | 0 | 10 | 8 | A9 | 53 | 34 |
| Octal | 40 | 352 | 305 | 126 | 0 | 20 | 10 | 251 | 123 | 64 |
| Binary | 100000 | 11101010 | 11000101 | 1010110 | 0 | 10000 | 1000 | 10101001 | 1010011 | 110100 |
Color Harmonies of #20EAC5
Complementary color
Monochromatic Colors of #20EAC5
Black with #20EAC5
Text Example
Text Example
White with #20EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EAC5; }
p { color: rgb(32,234,197); }
H1.HeaderClassName
{
color: #20EAC5;
}
.AnyTagClassName
{
color: #20EAC5;
}
</style>
background-color css
<style>
a { background-color: #20EAC5; }
a { background-color: rgb(32,234,197); }
div.DivClassName
{
background-color: #20EAC5;
}
.BgClassName
{
background-color: #20EAC5;
}
</style>
border-color css
<style>
span { border-color: #20EAC5; }
span { border-color: rgb(32,234,197); }
td.TdClassName
{
border-color: #20EAC5;
}
.TagClassName
{
border-color: #20EAC5;
}
</style>