Shades of Bright Turquoise #20E0CE
Tints of Bright Turquoise #20E0CE
RGB
CMYK
RGB Variations
Color information
#20E0CE (or 0x20E0CE) is known color: Bright Turquoise. HEX triplet: 20, E0 and CE. RGB value is (32,224,206). Sum of RGB (Red+Green+Blue) = 32+224+206=462 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.93% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #20E0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E0CE is #DF1F31. Grayscale: #A4A4A4. Windows color (decimal): -14622514 or 13557792. OLE color: 13557792.
HSL color Cylindrical-coordinate representation of color #20E0CE: hue angle of 174.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E0CE is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 206 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.12 |
| HSL | 174.38º | 0.76% | 0.5% | - |
| HSV(B) | 174.38º | 0.86% | 0.88% | - |
| XYZ | 38.39 | 58.07 | 67.58 | - |
| YUV | 164.54 | 151.39 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 206 | 0.86 | 0 | 0.08 | 0.12 | 174.38 | 0.76 | 0.5 |
| Hex | 20 | E0 | CE | 56 | 0 | 8 | C | AE | 4C | 32 |
| Octal | 40 | 340 | 316 | 126 | 0 | 10 | 14 | 256 | 114 | 62 |
| Binary | 100000 | 11100000 | 11001110 | 1010110 | 0 | 1000 | 1100 | 10101110 | 1001100 | 110010 |
Color Harmonies of #20E0CE
Complementary color
Monochromatic Colors of #20E0CE
Black with #20E0CE
Text Example
Text Example
White with #20E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E0CE; }
p { color: rgb(32,224,206); }
H1.HeaderClassName
{
color: #20E0CE;
}
.AnyTagClassName
{
color: #20E0CE;
}
</style>
background-color css
<style>
a { background-color: #20E0CE; }
a { background-color: rgb(32,224,206); }
div.DivClassName
{
background-color: #20E0CE;
}
.BgClassName
{
background-color: #20E0CE;
}
</style>
border-color css
<style>
span { border-color: #20E0CE; }
span { border-color: rgb(32,224,206); }
td.TdClassName
{
border-color: #20E0CE;
}
.TagClassName
{
border-color: #20E0CE;
}
</style>