Shades of Bright Turquoise #20ECE4
Tints of Bright Turquoise #20ECE4
RGB
CMYK
RGB Variations
Color information
#20ECE4 (or 0x20ECE4) is known color: Bright Turquoise. HEX triplet: 20, EC and E4. RGB value is (32,236,228). Sum of RGB (Red+Green+Blue) = 32+236+228=496 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.45% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECE4 is #DF131B. Grayscale: #ADADAD. Windows color (decimal): -14619420 or 15002656. OLE color: 15002656.
HSL color Cylindrical-coordinate representation of color #20ECE4: hue angle of 177.65º 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 #20ECE4 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 228 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.07 |
| HSL | 177.65º | 0.84% | 0.53% | - |
| HSV(B) | 177.65º | 0.86% | 0.93% | - |
| XYZ | 44.59 | 65.9 | 83.77 | - |
| YUV | 174.09 | 158.41 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 228 | 0.86 | 0 | 0.03 | 0.07 | 177.65 | 0.84 | 0.53 |
| Hex | 20 | EC | E4 | 56 | 0 | 3 | 7 | B2 | 54 | 35 |
| Octal | 40 | 354 | 344 | 126 | 0 | 3 | 7 | 262 | 124 | 65 |
| Binary | 100000 | 11101100 | 11100100 | 1010110 | 0 | 11 | 111 | 10110010 | 1010100 | 110101 |
Color Harmonies of #20ECE4
Complementary color
Monochromatic Colors of #20ECE4
Black with #20ECE4
Text Example
Text Example
White with #20ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECE4; }
p { color: rgb(32,236,228); }
H1.HeaderClassName
{
color: #20ECE4;
}
.AnyTagClassName
{
color: #20ECE4;
}
</style>
background-color css
<style>
a { background-color: #20ECE4; }
a { background-color: rgb(32,236,228); }
div.DivClassName
{
background-color: #20ECE4;
}
.BgClassName
{
background-color: #20ECE4;
}
</style>
border-color css
<style>
span { border-color: #20ECE4; }
span { border-color: rgb(32,236,228); }
td.TdClassName
{
border-color: #20ECE4;
}
.TagClassName
{
border-color: #20ECE4;
}
</style>