Shades of Turquoise #20ECC3
Tints of Turquoise #20ECC3
RGB
CMYK
RGB Variations
Color information
#20ECC3 (or 0x20ECC3) is known color: Turquoise. HEX triplet: 20, EC and C3. RGB value is (32,236,195). Sum of RGB (Red+Green+Blue) = 32+236+195=463 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.91% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECC3 is #DF133C. Grayscale: #AAAAAA. Windows color (decimal): -14619453 or 12839968. OLE color: 12839968.
HSL color Cylindrical-coordinate representation of color #20ECC3: hue angle of 167.94º 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 #20ECC3 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 195 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.07 |
| HSL | 167.94º | 0.84% | 0.53% | - |
| HSV(B) | 167.94º | 0.86% | 0.93% | - |
| XYZ | 40.44 | 64.24 | 61.9 | - |
| YUV | 170.33 | 141.91 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 195 | 0.86 | 0 | 0.17 | 0.07 | 167.94 | 0.84 | 0.53 |
| Hex | 20 | EC | C3 | 56 | 0 | 11 | 7 | A8 | 54 | 35 |
| Octal | 40 | 354 | 303 | 126 | 0 | 21 | 7 | 250 | 124 | 65 |
| Binary | 100000 | 11101100 | 11000011 | 1010110 | 0 | 10001 | 111 | 10101000 | 1010100 | 110101 |
Color Harmonies of #20ECC3
Complementary color
Monochromatic Colors of #20ECC3
Black with #20ECC3
Text Example
Text Example
White with #20ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECC3; }
p { color: rgb(32,236,195); }
H1.HeaderClassName
{
color: #20ECC3;
}
.AnyTagClassName
{
color: #20ECC3;
}
</style>
background-color css
<style>
a { background-color: #20ECC3; }
a { background-color: rgb(32,236,195); }
div.DivClassName
{
background-color: #20ECC3;
}
.BgClassName
{
background-color: #20ECC3;
}
</style>
border-color css
<style>
span { border-color: #20ECC3; }
span { border-color: rgb(32,236,195); }
td.TdClassName
{
border-color: #20ECC3;
}
.TagClassName
{
border-color: #20ECC3;
}
</style>