Shades of Turquoise #20ECBF
Tints of Turquoise #20ECBF
RGB
CMYK
RGB Variations
Color information
#20ECBF (or 0x20ECBF) is known color: Turquoise. HEX triplet: 20, EC and BF. RGB value is (32,236,191). Sum of RGB (Red+Green+Blue) = 32+236+191=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECBF is #DF1340. Grayscale: #A9A9A9. Windows color (decimal): -14619457 or 12577824. OLE color: 12577824.
HSL color Cylindrical-coordinate representation of color #20ECBF: hue angle of 166.76º 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 #20ECBF is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 191 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.07 |
| HSL | 166.76º | 0.84% | 0.53% | - |
| HSV(B) | 166.76º | 0.86% | 0.93% | - |
| XYZ | 40 | 64.06 | 59.55 | - |
| YUV | 169.87 | 139.91 | 29.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 191 | 0.86 | 0 | 0.19 | 0.07 | 166.76 | 0.84 | 0.53 |
| Hex | 20 | EC | BF | 56 | 0 | 13 | 7 | A7 | 54 | 35 |
| Octal | 40 | 354 | 277 | 126 | 0 | 23 | 7 | 247 | 124 | 65 |
| Binary | 100000 | 11101100 | 10111111 | 1010110 | 0 | 10011 | 111 | 10100111 | 1010100 | 110101 |
Color Harmonies of #20ECBF
Complementary color
Monochromatic Colors of #20ECBF
Black with #20ECBF
Text Example
Text Example
White with #20ECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECBF; }
p { color: rgb(32,236,191); }
H1.HeaderClassName
{
color: #20ECBF;
}
.AnyTagClassName
{
color: #20ECBF;
}
</style>
background-color css
<style>
a { background-color: #20ECBF; }
a { background-color: rgb(32,236,191); }
div.DivClassName
{
background-color: #20ECBF;
}
.BgClassName
{
background-color: #20ECBF;
}
</style>
border-color css
<style>
span { border-color: #20ECBF; }
span { border-color: rgb(32,236,191); }
td.TdClassName
{
border-color: #20ECBF;
}
.TagClassName
{
border-color: #20ECBF;
}
</style>