Shades of Bright Turquoise #20E9ED
Tints of Bright Turquoise #20E9ED
RGB
CMYK
RGB Variations
Color information
#20E9ED (or 0x20E9ED) is known color: Bright Turquoise. HEX triplet: 20, E9 and ED. RGB value is (32,233,237). Sum of RGB (Red+Green+Blue) = 32+233+237=502 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.37% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #20E9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20E9ED is #DF1612. Grayscale: #ADADAD. Windows color (decimal): -14620179 or 15591712. OLE color: 15591712.
HSL color Cylindrical-coordinate representation of color #20E9ED: hue angle of 181.17º degrees, saturation: 0.85, 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 #20E9ED is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 233 | 237 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.07 |
| HSL | 181.17º | 0.85% | 0.53% | - |
| HSV(B) | 181.17º | 0.86% | 0.93% | - |
| XYZ | 45.02 | 64.7 | 90.24 | - |
| YUV | 173.36 | 163.91 | 27.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 237 | 0.86 | 0.02 | 0 | 0.07 | 181.17 | 0.85 | 0.53 |
| Hex | 20 | E9 | ED | 56 | 2 | 0 | 7 | B5 | 55 | 35 |
| Octal | 40 | 351 | 355 | 126 | 2 | 0 | 7 | 265 | 125 | 65 |
| Binary | 100000 | 11101001 | 11101101 | 1010110 | 10 | 0 | 111 | 10110101 | 1010101 | 110101 |
Color Harmonies of #20E9ED
Complementary color
Monochromatic Colors of #20E9ED
Black with #20E9ED
Text Example
Text Example
White with #20E9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E9ED; }
p { color: rgb(32,233,237); }
H1.HeaderClassName
{
color: #20E9ED;
}
.AnyTagClassName
{
color: #20E9ED;
}
</style>
background-color css
<style>
a { background-color: #20E9ED; }
a { background-color: rgb(32,233,237); }
div.DivClassName
{
background-color: #20E9ED;
}
.BgClassName
{
background-color: #20E9ED;
}
</style>
border-color css
<style>
span { border-color: #20E9ED; }
span { border-color: rgb(32,233,237); }
td.TdClassName
{
border-color: #20E9ED;
}
.TagClassName
{
border-color: #20E9ED;
}
</style>