Shades of Turquoise #20ECBC
Tints of Turquoise #20ECBC
RGB
CMYK
RGB Variations
Color information
#20ECBC (or 0x20ECBC) is known color: Turquoise. HEX triplet: 20, EC and BC. RGB value is (32,236,188). Sum of RGB (Red+Green+Blue) = 32+236+188=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECBC is #DF1343. Grayscale: #A9A9A9. Windows color (decimal): -14619460 or 12381216. OLE color: 12381216.
HSL color Cylindrical-coordinate representation of color #20ECBC: hue angle of 165.88º 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 #20ECBC is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 188 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.07 |
| HSL | 165.88º | 0.84% | 0.53% | - |
| HSV(B) | 165.88º | 0.86% | 0.93% | - |
| XYZ | 39.67 | 63.93 | 57.83 | - |
| YUV | 169.53 | 138.41 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 188 | 0.86 | 0 | 0.20 | 0.07 | 165.88 | 0.84 | 0.53 |
| Hex | 20 | EC | BC | 56 | 0 | 14 | 7 | A6 | 54 | 35 |
| Octal | 40 | 354 | 274 | 126 | 0 | 24 | 7 | 246 | 124 | 65 |
| Binary | 100000 | 11101100 | 10111100 | 1010110 | 0 | 10100 | 111 | 10100110 | 1010100 | 110101 |
Color Harmonies of #20ECBC
Complementary color
Monochromatic Colors of #20ECBC
Black with #20ECBC
Text Example
Text Example
White with #20ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECBC; }
p { color: rgb(32,236,188); }
H1.HeaderClassName
{
color: #20ECBC;
}
.AnyTagClassName
{
color: #20ECBC;
}
</style>
background-color css
<style>
a { background-color: #20ECBC; }
a { background-color: rgb(32,236,188); }
div.DivClassName
{
background-color: #20ECBC;
}
.BgClassName
{
background-color: #20ECBC;
}
</style>
border-color css
<style>
span { border-color: #20ECBC; }
span { border-color: rgb(32,236,188); }
td.TdClassName
{
border-color: #20ECBC;
}
.TagClassName
{
border-color: #20ECBC;
}
</style>