Shades of Bright Turquoise #20EDDB
Tints of Bright Turquoise #20EDDB
RGB
CMYK
RGB Variations
Color information
#20EDDB (or 0x20EDDB) is known color: Bright Turquoise. HEX triplet: 20, ED and DB. RGB value is (32,237,219). Sum of RGB (Red+Green+Blue) = 32+237+219=488 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.56% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDDB is #DF1224. Grayscale: #ADADAD. Windows color (decimal): -14619173 or 14413088. OLE color: 14413088.
HSL color Cylindrical-coordinate representation of color #20EDDB: hue angle of 174.73º 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 #20EDDB is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 219 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.07 |
| HSL | 174.73º | 0.85% | 0.53% | - |
| HSV(B) | 174.73º | 0.86% | 0.93% | - |
| XYZ | 43.67 | 65.99 | 77.45 | - |
| YUV | 173.65 | 153.58 | 26.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 219 | 0.86 | 0 | 0.08 | 0.07 | 174.73 | 0.85 | 0.53 |
| Hex | 20 | ED | DB | 56 | 0 | 8 | 7 | AF | 55 | 35 |
| Octal | 40 | 355 | 333 | 126 | 0 | 10 | 7 | 257 | 125 | 65 |
| Binary | 100000 | 11101101 | 11011011 | 1010110 | 0 | 1000 | 111 | 10101111 | 1010101 | 110101 |
Color Harmonies of #20EDDB
Complementary color
Monochromatic Colors of #20EDDB
Black with #20EDDB
Text Example
Text Example
White with #20EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDDB; }
p { color: rgb(32,237,219); }
H1.HeaderClassName
{
color: #20EDDB;
}
.AnyTagClassName
{
color: #20EDDB;
}
</style>
background-color css
<style>
a { background-color: #20EDDB; }
a { background-color: rgb(32,237,219); }
div.DivClassName
{
background-color: #20EDDB;
}
.BgClassName
{
background-color: #20EDDB;
}
</style>
border-color css
<style>
span { border-color: #20EDDB; }
span { border-color: rgb(32,237,219); }
td.TdClassName
{
border-color: #20EDDB;
}
.TagClassName
{
border-color: #20EDDB;
}
</style>