Shades of Bright Turquoise #20EDDD
Tints of Bright Turquoise #20EDDD
RGB
CMYK
RGB Variations
Color information
#20EDDD (or 0x20EDDD) is known color: Bright Turquoise. HEX triplet: 20, ED and DD. RGB value is (32,237,221). Sum of RGB (Red+Green+Blue) = 32+237+221=490 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.53% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDDD is #DF1222. Grayscale: #ADADAD. Windows color (decimal): -14619171 or 14544160. OLE color: 14544160.
HSL color Cylindrical-coordinate representation of color #20EDDD: hue angle of 175.32º 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 #20EDDD is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 221 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.07 |
| HSL | 175.32º | 0.85% | 0.53% | - |
| HSV(B) | 175.32º | 0.86% | 0.93% | - |
| XYZ | 43.93 | 66.1 | 78.85 | - |
| YUV | 173.88 | 154.58 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 221 | 0.86 | 0 | 0.07 | 0.07 | 175.32 | 0.85 | 0.53 |
| Hex | 20 | ED | DD | 56 | 0 | 7 | 7 | AF | 55 | 35 |
| Octal | 40 | 355 | 335 | 126 | 0 | 7 | 7 | 257 | 125 | 65 |
| Binary | 100000 | 11101101 | 11011101 | 1010110 | 0 | 111 | 111 | 10101111 | 1010101 | 110101 |
Color Harmonies of #20EDDD
Complementary color
Monochromatic Colors of #20EDDD
Black with #20EDDD
Text Example
Text Example
White with #20EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDDD; }
p { color: rgb(32,237,221); }
H1.HeaderClassName
{
color: #20EDDD;
}
.AnyTagClassName
{
color: #20EDDD;
}
</style>
background-color css
<style>
a { background-color: #20EDDD; }
a { background-color: rgb(32,237,221); }
div.DivClassName
{
background-color: #20EDDD;
}
.BgClassName
{
background-color: #20EDDD;
}
</style>
border-color css
<style>
span { border-color: #20EDDD; }
span { border-color: rgb(32,237,221); }
td.TdClassName
{
border-color: #20EDDD;
}
.TagClassName
{
border-color: #20EDDD;
}
</style>