Shades of Bright Turquoise #20EDE5
Tints of Bright Turquoise #20EDE5
RGB
CMYK
RGB Variations
Color information
#20EDE5 (or 0x20EDE5) is known color: Bright Turquoise. HEX triplet: 20, ED and E5. RGB value is (32,237,229). Sum of RGB (Red+Green+Blue) = 32+237+229=498 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.43% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDE5 is #DF121A. Grayscale: #AEAEAE. Windows color (decimal): -14619163 or 15068448. OLE color: 15068448.
HSL color Cylindrical-coordinate representation of color #20EDE5: hue angle of 177.66º 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 #20EDE5 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 229 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.07 |
| HSL | 177.66º | 0.85% | 0.53% | - |
| HSV(B) | 177.66º | 0.86% | 0.93% | - |
| XYZ | 45.02 | 66.53 | 84.6 | - |
| YUV | 174.79 | 158.58 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 229 | 0.86 | 0 | 0.03 | 0.07 | 177.66 | 0.85 | 0.53 |
| Hex | 20 | ED | E5 | 56 | 0 | 3 | 7 | B2 | 55 | 35 |
| Octal | 40 | 355 | 345 | 126 | 0 | 3 | 7 | 262 | 125 | 65 |
| Binary | 100000 | 11101101 | 11100101 | 1010110 | 0 | 11 | 111 | 10110010 | 1010101 | 110101 |
Color Harmonies of #20EDE5
Complementary color
Monochromatic Colors of #20EDE5
Black with #20EDE5
Text Example
Text Example
White with #20EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDE5; }
p { color: rgb(32,237,229); }
H1.HeaderClassName
{
color: #20EDE5;
}
.AnyTagClassName
{
color: #20EDE5;
}
</style>
background-color css
<style>
a { background-color: #20EDE5; }
a { background-color: rgb(32,237,229); }
div.DivClassName
{
background-color: #20EDE5;
}
.BgClassName
{
background-color: #20EDE5;
}
</style>
border-color css
<style>
span { border-color: #20EDE5; }
span { border-color: rgb(32,237,229); }
td.TdClassName
{
border-color: #20EDE5;
}
.TagClassName
{
border-color: #20EDE5;
}
</style>