Shades of Bright Turquoise #20EDCD
Tints of Bright Turquoise #20EDCD
RGB
CMYK
RGB Variations
Color information
#20EDCD (or 0x20EDCD) is known color: Bright Turquoise. HEX triplet: 20, ED and CD. RGB value is (32,237,205). Sum of RGB (Red+Green+Blue) = 32+237+205=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDCD is #DF1232. Grayscale: #ABABAB. Windows color (decimal): -14619187 or 13495584. OLE color: 13495584.
HSL color Cylindrical-coordinate representation of color #20EDCD: hue angle of 170.63º 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 #20EDCD is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 205 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.07 |
| HSL | 170.63º | 0.85% | 0.53% | - |
| HSV(B) | 170.63º | 0.86% | 0.93% | - |
| XYZ | 41.9 | 65.28 | 68.15 | - |
| YUV | 172.06 | 146.58 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 205 | 0.86 | 0 | 0.14 | 0.07 | 170.63 | 0.85 | 0.53 |
| Hex | 20 | ED | CD | 56 | 0 | E | 7 | AB | 55 | 35 |
| Octal | 40 | 355 | 315 | 126 | 0 | 16 | 7 | 253 | 125 | 65 |
| Binary | 100000 | 11101101 | 11001101 | 1010110 | 0 | 1110 | 111 | 10101011 | 1010101 | 110101 |
Color Harmonies of #20EDCD
Complementary color
Monochromatic Colors of #20EDCD
Black with #20EDCD
Text Example
Text Example
White with #20EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDCD; }
p { color: rgb(32,237,205); }
H1.HeaderClassName
{
color: #20EDCD;
}
.AnyTagClassName
{
color: #20EDCD;
}
</style>
background-color css
<style>
a { background-color: #20EDCD; }
a { background-color: rgb(32,237,205); }
div.DivClassName
{
background-color: #20EDCD;
}
.BgClassName
{
background-color: #20EDCD;
}
</style>
border-color css
<style>
span { border-color: #20EDCD; }
span { border-color: rgb(32,237,205); }
td.TdClassName
{
border-color: #20EDCD;
}
.TagClassName
{
border-color: #20EDCD;
}
</style>