Shades of Bright Turquoise #20EDE6
Tints of Bright Turquoise #20EDE6
RGB
CMYK
RGB Variations
Color information
#20EDE6 (or 0x20EDE6) is known color: Bright Turquoise. HEX triplet: 20, ED and E6. RGB value is (32,237,230). Sum of RGB (Red+Green+Blue) = 32+237+230=499 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.41% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EDE6 is #DF1219. Grayscale: #AEAEAE. Windows color (decimal): -14619162 or 15133984. OLE color: 15133984.
HSL color Cylindrical-coordinate representation of color #20EDE6: hue angle of 177.95º 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 #20EDE6 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 230 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.07 |
| HSL | 177.95º | 0.85% | 0.53% | - |
| HSV(B) | 177.95º | 0.86% | 0.93% | - |
| XYZ | 45.16 | 66.59 | 85.34 | - |
| YUV | 174.91 | 159.08 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 230 | 0.86 | 0 | 0.03 | 0.07 | 177.95 | 0.85 | 0.53 |
| Hex | 20 | ED | E6 | 56 | 0 | 3 | 7 | B2 | 55 | 35 |
| Octal | 40 | 355 | 346 | 126 | 0 | 3 | 7 | 262 | 125 | 65 |
| Binary | 100000 | 11101101 | 11100110 | 1010110 | 0 | 11 | 111 | 10110010 | 1010101 | 110101 |
Color Harmonies of #20EDE6
Complementary color
Monochromatic Colors of #20EDE6
Black with #20EDE6
Text Example
Text Example
White with #20EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDE6; }
p { color: rgb(32,237,230); }
H1.HeaderClassName
{
color: #20EDE6;
}
.AnyTagClassName
{
color: #20EDE6;
}
</style>
background-color css
<style>
a { background-color: #20EDE6; }
a { background-color: rgb(32,237,230); }
div.DivClassName
{
background-color: #20EDE6;
}
.BgClassName
{
background-color: #20EDE6;
}
</style>
border-color css
<style>
span { border-color: #20EDE6; }
span { border-color: rgb(32,237,230); }
td.TdClassName
{
border-color: #20EDE6;
}
.TagClassName
{
border-color: #20EDE6;
}
</style>