Shades of Bright Turquoise #20E7E4
Tints of Bright Turquoise #20E7E4
RGB
CMYK
RGB Variations
Color information
#20E7E4 (or 0x20E7E4) is known color: Bright Turquoise. HEX triplet: 20, E7 and E4. RGB value is (32,231,228). Sum of RGB (Red+Green+Blue) = 32+231+228=491 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.52% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #20E7E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E7E4 is #DF181B. Grayscale: #AAAAAA. Windows color (decimal): -14620700 or 15001376. OLE color: 15001376.
HSL color Cylindrical-coordinate representation of color #20E7E4: hue angle of 179.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E7E4 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 231 | 228 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.09 |
| HSL | 179.1º | 0.81% | 0.52% | - |
| HSV(B) | 179.1º | 0.86% | 0.91% | - |
| XYZ | 43.18 | 63.06 | 83.3 | - |
| YUV | 171.16 | 160.07 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 231 | 228 | 0.86 | 0 | 0.01 | 0.09 | 179.1 | 0.81 | 0.52 |
| Hex | 20 | E7 | E4 | 56 | 0 | 1 | 9 | B3 | 51 | 34 |
| Octal | 40 | 347 | 344 | 126 | 0 | 1 | 11 | 263 | 121 | 64 |
| Binary | 100000 | 11100111 | 11100100 | 1010110 | 0 | 1 | 1001 | 10110011 | 1010001 | 110100 |
Color Harmonies of #20E7E4
Complementary color
Monochromatic Colors of #20E7E4
Black with #20E7E4
Text Example
Text Example
White with #20E7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E7E4; }
p { color: rgb(32,231,228); }
H1.HeaderClassName
{
color: #20E7E4;
}
.AnyTagClassName
{
color: #20E7E4;
}
</style>
background-color css
<style>
a { background-color: #20E7E4; }
a { background-color: rgb(32,231,228); }
div.DivClassName
{
background-color: #20E7E4;
}
.BgClassName
{
background-color: #20E7E4;
}
</style>
border-color css
<style>
span { border-color: #20E7E4; }
span { border-color: rgb(32,231,228); }
td.TdClassName
{
border-color: #20E7E4;
}
.TagClassName
{
border-color: #20E7E4;
}
</style>