Shades of Turquoise #20ECC2
Tints of Turquoise #20ECC2
RGB
CMYK
RGB Variations
Color information
#20ECC2 (or 0x20ECC2) is known color: Turquoise. HEX triplet: 20, EC and C2. RGB value is (32,236,194). Sum of RGB (Red+Green+Blue) = 32+236+194=462 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.93% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECC2 is #DF133D. Grayscale: #AAAAAA. Windows color (decimal): -14619454 or 12774432. OLE color: 12774432.
HSL color Cylindrical-coordinate representation of color #20ECC2: hue angle of 167.65º 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 #20ECC2 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 194 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.07 |
| HSL | 167.65º | 0.84% | 0.53% | - |
| HSV(B) | 167.65º | 0.86% | 0.93% | - |
| XYZ | 40.33 | 64.19 | 61.3 | - |
| YUV | 170.22 | 141.41 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 194 | 0.86 | 0 | 0.18 | 0.07 | 167.65 | 0.84 | 0.53 |
| Hex | 20 | EC | C2 | 56 | 0 | 12 | 7 | A8 | 54 | 35 |
| Octal | 40 | 354 | 302 | 126 | 0 | 22 | 7 | 250 | 124 | 65 |
| Binary | 100000 | 11101100 | 11000010 | 1010110 | 0 | 10010 | 111 | 10101000 | 1010100 | 110101 |
Color Harmonies of #20ECC2
Complementary color
Monochromatic Colors of #20ECC2
Black with #20ECC2
Text Example
Text Example
White with #20ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECC2; }
p { color: rgb(32,236,194); }
H1.HeaderClassName
{
color: #20ECC2;
}
.AnyTagClassName
{
color: #20ECC2;
}
</style>
background-color css
<style>
a { background-color: #20ECC2; }
a { background-color: rgb(32,236,194); }
div.DivClassName
{
background-color: #20ECC2;
}
.BgClassName
{
background-color: #20ECC2;
}
</style>
border-color css
<style>
span { border-color: #20ECC2; }
span { border-color: rgb(32,236,194); }
td.TdClassName
{
border-color: #20ECC2;
}
.TagClassName
{
border-color: #20ECC2;
}
</style>