Shades of Bright Turquoise #20EDD0
Tints of Bright Turquoise #20EDD0
RGB
CMYK
RGB Variations
Color information
#20EDD0 (or 0x20EDD0) is known color: Bright Turquoise. HEX triplet: 20, ED and D0. RGB value is (32,237,208). Sum of RGB (Red+Green+Blue) = 32+237+208=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDD0 is #DF122F. Grayscale: #ACACAC. Windows color (decimal): -14619184 or 13692192. OLE color: 13692192.
HSL color Cylindrical-coordinate representation of color #20EDD0: hue angle of 171.51º 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 #20EDD0 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 208 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.07 |
| HSL | 171.51º | 0.85% | 0.53% | - |
| HSV(B) | 171.51º | 0.86% | 0.93% | - |
| XYZ | 42.27 | 65.43 | 70.08 | - |
| YUV | 172.4 | 148.08 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 208 | 0.86 | 0 | 0.12 | 0.07 | 171.51 | 0.85 | 0.53 |
| Hex | 20 | ED | D0 | 56 | 0 | C | 7 | AC | 55 | 35 |
| Octal | 40 | 355 | 320 | 126 | 0 | 14 | 7 | 254 | 125 | 65 |
| Binary | 100000 | 11101101 | 11010000 | 1010110 | 0 | 1100 | 111 | 10101100 | 1010101 | 110101 |
Color Harmonies of #20EDD0
Complementary color
Monochromatic Colors of #20EDD0
Black with #20EDD0
Text Example
Text Example
White with #20EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDD0; }
p { color: rgb(32,237,208); }
H1.HeaderClassName
{
color: #20EDD0;
}
.AnyTagClassName
{
color: #20EDD0;
}
</style>
background-color css
<style>
a { background-color: #20EDD0; }
a { background-color: rgb(32,237,208); }
div.DivClassName
{
background-color: #20EDD0;
}
.BgClassName
{
background-color: #20EDD0;
}
</style>
border-color css
<style>
span { border-color: #20EDD0; }
span { border-color: rgb(32,237,208); }
td.TdClassName
{
border-color: #20EDD0;
}
.TagClassName
{
border-color: #20EDD0;
}
</style>