Shades of Bright Turquoise #20ECE9
Tints of Bright Turquoise #20ECE9
RGB
CMYK
RGB Variations
Color information
#20ECE9 (or 0x20ECE9) is known color: Bright Turquoise. HEX triplet: 20, EC and E9. RGB value is (32,236,233). Sum of RGB (Red+Green+Blue) = 32+236+233=501 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.39% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20ECE9 is #DF1316. Grayscale: #AEAEAE. Windows color (decimal): -14619415 or 15330336. OLE color: 15330336.
HSL color Cylindrical-coordinate representation of color #20ECE9: hue angle of 179.12º 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 #20ECE9 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 233 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.07 |
| HSL | 179.12º | 0.84% | 0.53% | - |
| HSV(B) | 179.12º | 0.86% | 0.93% | - |
| XYZ | 45.3 | 66.18 | 87.48 | - |
| YUV | 174.66 | 160.91 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 233 | 0.86 | 0 | 0.01 | 0.07 | 179.12 | 0.84 | 0.53 |
| Hex | 20 | EC | E9 | 56 | 0 | 1 | 7 | B3 | 54 | 35 |
| Octal | 40 | 354 | 351 | 126 | 0 | 1 | 7 | 263 | 124 | 65 |
| Binary | 100000 | 11101100 | 11101001 | 1010110 | 0 | 1 | 111 | 10110011 | 1010100 | 110101 |
Color Harmonies of #20ECE9
Complementary color
Monochromatic Colors of #20ECE9
Black with #20ECE9
Text Example
Text Example
White with #20ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECE9; }
p { color: rgb(32,236,233); }
H1.HeaderClassName
{
color: #20ECE9;
}
.AnyTagClassName
{
color: #20ECE9;
}
</style>
background-color css
<style>
a { background-color: #20ECE9; }
a { background-color: rgb(32,236,233); }
div.DivClassName
{
background-color: #20ECE9;
}
.BgClassName
{
background-color: #20ECE9;
}
</style>
border-color css
<style>
span { border-color: #20ECE9; }
span { border-color: rgb(32,236,233); }
td.TdClassName
{
border-color: #20ECE9;
}
.TagClassName
{
border-color: #20ECE9;
}
</style>