Shades of Turquoise #20ECC5
Tints of Turquoise #20ECC5
RGB
CMYK
RGB Variations
Color information
#20ECC5 (or 0x20ECC5) is known color: Turquoise. HEX triplet: 20, EC and C5. RGB value is (32,236,197). Sum of RGB (Red+Green+Blue) = 32+236+197=465 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.88% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECC5 is #DF133A. Grayscale: #AAAAAA. Windows color (decimal): -14619451 or 12971040. OLE color: 12971040.
HSL color Cylindrical-coordinate representation of color #20ECC5: hue angle of 168.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ECC5 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 197 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.07 |
| HSL | 168.53º | 0.84% | 0.53% | - |
| HSV(B) | 168.53º | 0.86% | 0.93% | - |
| XYZ | 40.67 | 64.33 | 63.1 | - |
| YUV | 170.56 | 142.91 | 29.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 197 | 0.86 | 0 | 0.17 | 0.07 | 168.53 | 0.84 | 0.53 |
| Hex | 20 | EC | C5 | 56 | 0 | 11 | 7 | A9 | 54 | 35 |
| Octal | 40 | 354 | 305 | 126 | 0 | 21 | 7 | 251 | 124 | 65 |
| Binary | 100000 | 11101100 | 11000101 | 1010110 | 0 | 10001 | 111 | 10101001 | 1010100 | 110101 |
Color Harmonies of #20ECC5
Complementary color
Monochromatic Colors of #20ECC5
Black with #20ECC5
Text Example
Text Example
White with #20ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECC5; }
p { color: rgb(32,236,197); }
H1.HeaderClassName
{
color: #20ECC5;
}
.AnyTagClassName
{
color: #20ECC5;
}
</style>
background-color css
<style>
a { background-color: #20ECC5; }
a { background-color: rgb(32,236,197); }
div.DivClassName
{
background-color: #20ECC5;
}
.BgClassName
{
background-color: #20ECC5;
}
</style>
border-color css
<style>
span { border-color: #20ECC5; }
span { border-color: rgb(32,236,197); }
td.TdClassName
{
border-color: #20ECC5;
}
.TagClassName
{
border-color: #20ECC5;
}
</style>