Shades of Bright Turquoise #20E7EE
Tints of Bright Turquoise #20E7EE
RGB
CMYK
RGB Variations
Color information
#20E7EE (or 0x20E7EE) is known color: Bright Turquoise. HEX triplet: 20, E7 and EE. RGB value is (32,231,238). Sum of RGB (Red+Green+Blue) = 32+231+238=501 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.39% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #20E7EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20E7EE is #DF1811. Grayscale: #ACACAC. Windows color (decimal): -14620690 or 15656736. OLE color: 15656736.
HSL color Cylindrical-coordinate representation of color #20E7EE: hue angle of 182.04º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20E7EE is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 231 | 238 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.07 |
| HSL | 182.04º | 0.86% | 0.53% | - |
| HSV(B) | 182.04º | 0.87% | 0.93% | - |
| XYZ | 44.6 | 63.63 | 90.82 | - |
| YUV | 172.3 | 165.07 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 231 | 238 | 0.87 | 0.03 | 0 | 0.07 | 182.04 | 0.86 | 0.53 |
| Hex | 20 | E7 | EE | 57 | 3 | 0 | 7 | B6 | 56 | 35 |
| Octal | 40 | 347 | 356 | 127 | 3 | 0 | 7 | 266 | 126 | 65 |
| Binary | 100000 | 11100111 | 11101110 | 1010111 | 11 | 0 | 111 | 10110110 | 1010110 | 110101 |
Color Harmonies of #20E7EE
Complementary color
Monochromatic Colors of #20E7EE
Black with #20E7EE
Text Example
Text Example
White with #20E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E7EE; }
p { color: rgb(32,231,238); }
H1.HeaderClassName
{
color: #20E7EE;
}
.AnyTagClassName
{
color: #20E7EE;
}
</style>
background-color css
<style>
a { background-color: #20E7EE; }
a { background-color: rgb(32,231,238); }
div.DivClassName
{
background-color: #20E7EE;
}
.BgClassName
{
background-color: #20E7EE;
}
</style>
border-color css
<style>
span { border-color: #20E7EE; }
span { border-color: rgb(32,231,238); }
td.TdClassName
{
border-color: #20E7EE;
}
.TagClassName
{
border-color: #20E7EE;
}
</style>