Shades of Bright Turquoise #20ECE5
Tints of Bright Turquoise #20ECE5
RGB
CMYK
RGB Variations
Color information
#20ECE5 (or 0x20ECE5) is known color: Bright Turquoise. HEX triplet: 20, EC and E5. RGB value is (32,236,229). Sum of RGB (Red+Green+Blue) = 32+236+229=497 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.44% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECE5 is #DF131A. Grayscale: #AEAEAE. Windows color (decimal): -14619419 or 15068192. OLE color: 15068192.
HSL color Cylindrical-coordinate representation of color #20ECE5: hue angle of 177.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 #20ECE5 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 229 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.07 |
| HSL | 177.94º | 0.84% | 0.53% | - |
| HSV(B) | 177.94º | 0.86% | 0.93% | - |
| XYZ | 44.73 | 65.96 | 84.5 | - |
| YUV | 174.21 | 158.91 | 26.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 229 | 0.86 | 0 | 0.03 | 0.07 | 177.94 | 0.84 | 0.53 |
| Hex | 20 | EC | E5 | 56 | 0 | 3 | 7 | B2 | 54 | 35 |
| Octal | 40 | 354 | 345 | 126 | 0 | 3 | 7 | 262 | 124 | 65 |
| Binary | 100000 | 11101100 | 11100101 | 1010110 | 0 | 11 | 111 | 10110010 | 1010100 | 110101 |
Color Harmonies of #20ECE5
Complementary color
Monochromatic Colors of #20ECE5
Black with #20ECE5
Text Example
Text Example
White with #20ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECE5; }
p { color: rgb(32,236,229); }
H1.HeaderClassName
{
color: #20ECE5;
}
.AnyTagClassName
{
color: #20ECE5;
}
</style>
background-color css
<style>
a { background-color: #20ECE5; }
a { background-color: rgb(32,236,229); }
div.DivClassName
{
background-color: #20ECE5;
}
.BgClassName
{
background-color: #20ECE5;
}
</style>
border-color css
<style>
span { border-color: #20ECE5; }
span { border-color: rgb(32,236,229); }
td.TdClassName
{
border-color: #20ECE5;
}
.TagClassName
{
border-color: #20ECE5;
}
</style>