Shades of Turquoise #20E0C5
Tints of Turquoise #20E0C5
RGB
CMYK
RGB Variations
Color information
#20E0C5 (or 0x20E0C5) is known color: Turquoise. HEX triplet: 20, E0 and C5. RGB value is (32,224,197). Sum of RGB (Red+Green+Blue) = 32+224+197=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #20E0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E0C5 is #DF1F3A. Grayscale: #A3A3A3. Windows color (decimal): -14622523 or 12967968. OLE color: 12967968.
HSL color Cylindrical-coordinate representation of color #20E0C5: hue angle of 171.56º 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 #20E0C5 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 197 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.12 |
| HSL | 171.56º | 0.76% | 0.5% | - |
| HSV(B) | 171.56º | 0.86% | 0.88% | - |
| XYZ | 37.33 | 57.65 | 61.98 | - |
| YUV | 163.51 | 146.89 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 197 | 0.86 | 0 | 0.12 | 0.12 | 171.56 | 0.76 | 0.5 |
| Hex | 20 | E0 | C5 | 56 | 0 | C | C | AC | 4C | 32 |
| Octal | 40 | 340 | 305 | 126 | 0 | 14 | 14 | 254 | 114 | 62 |
| Binary | 100000 | 11100000 | 11000101 | 1010110 | 0 | 1100 | 1100 | 10101100 | 1001100 | 110010 |
Color Harmonies of #20E0C5
Complementary color
Monochromatic Colors of #20E0C5
Black with #20E0C5
Text Example
Text Example
White with #20E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E0C5; }
p { color: rgb(32,224,197); }
H1.HeaderClassName
{
color: #20E0C5;
}
.AnyTagClassName
{
color: #20E0C5;
}
</style>
background-color css
<style>
a { background-color: #20E0C5; }
a { background-color: rgb(32,224,197); }
div.DivClassName
{
background-color: #20E0C5;
}
.BgClassName
{
background-color: #20E0C5;
}
</style>
border-color css
<style>
span { border-color: #20E0C5; }
span { border-color: rgb(32,224,197); }
td.TdClassName
{
border-color: #20E0C5;
}
.TagClassName
{
border-color: #20E0C5;
}
</style>