Shades of Bright Turquoise #20E7E6
Tints of Bright Turquoise #20E7E6
RGB
CMYK
RGB Variations
Color information
#20E7E6 (or 0x20E7E6) is known color: Bright Turquoise. HEX triplet: 20, E7 and E6. RGB value is (32,231,230). Sum of RGB (Red+Green+Blue) = 32+231+230=493 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.49% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #20E7E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20E7E6 is #DF1819. Grayscale: #ABABAB. Windows color (decimal): -14620698 or 15132448. OLE color: 15132448.
HSL color Cylindrical-coordinate representation of color #20E7E6: hue angle of 179.7º 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 #20E7E6 is Cyan = 0.86, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 231 | 230 | - |
| CMYK | 0.86 | 0 | 0.00 | 0.09 |
| HSL | 179.7º | 0.81% | 0.52% | - |
| HSV(B) | 179.7º | 0.86% | 0.91% | - |
| XYZ | 43.45 | 63.17 | 84.77 | - |
| YUV | 171.39 | 161.07 | 28.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 231 | 230 | 0.86 | 0 | 0.00 | 0.09 | 179.7 | 0.81 | 0.52 |
| Hex | 20 | E7 | E6 | 56 | 0 | 0 | 9 | B4 | 51 | 34 |
| Octal | 40 | 347 | 346 | 126 | 0 | 0 | 11 | 264 | 121 | 64 |
| Binary | 100000 | 11100111 | 11100110 | 1010110 | 0 | 0 | 1001 | 10110100 | 1010001 | 110100 |
Color Harmonies of #20E7E6
Complementary color
Monochromatic Colors of #20E7E6
Black with #20E7E6
Text Example
Text Example
White with #20E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E7E6; }
p { color: rgb(32,231,230); }
H1.HeaderClassName
{
color: #20E7E6;
}
.AnyTagClassName
{
color: #20E7E6;
}
</style>
background-color css
<style>
a { background-color: #20E7E6; }
a { background-color: rgb(32,231,230); }
div.DivClassName
{
background-color: #20E7E6;
}
.BgClassName
{
background-color: #20E7E6;
}
</style>
border-color css
<style>
span { border-color: #20E7E6; }
span { border-color: rgb(32,231,230); }
td.TdClassName
{
border-color: #20E7E6;
}
.TagClassName
{
border-color: #20E7E6;
}
</style>