Shades of Turquoise #20EDBF
Tints of Turquoise #20EDBF
RGB
CMYK
RGB Variations
Color information
#20EDBF (or 0x20EDBF) is known color: Turquoise. HEX triplet: 20, ED and BF. RGB value is (32,237,191). Sum of RGB (Red+Green+Blue) = 32+237+191=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #20EDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EDBF is #DF1240. Grayscale: #AAAAAA. Windows color (decimal): -14619201 or 12578080. OLE color: 12578080.
HSL color Cylindrical-coordinate representation of color #20EDBF: hue angle of 166.54º 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 #20EDBF is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 191 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.07 |
| HSL | 166.54º | 0.85% | 0.53% | - |
| HSV(B) | 166.54º | 0.86% | 0.93% | - |
| XYZ | 40.28 | 64.64 | 59.64 | - |
| YUV | 170.46 | 139.58 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 191 | 0.86 | 0 | 0.19 | 0.07 | 166.54 | 0.85 | 0.53 |
| Hex | 20 | ED | BF | 56 | 0 | 13 | 7 | A7 | 55 | 35 |
| Octal | 40 | 355 | 277 | 126 | 0 | 23 | 7 | 247 | 125 | 65 |
| Binary | 100000 | 11101101 | 10111111 | 1010110 | 0 | 10011 | 111 | 10100111 | 1010101 | 110101 |
Color Harmonies of #20EDBF
Complementary color
Monochromatic Colors of #20EDBF
Black with #20EDBF
Text Example
Text Example
White with #20EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDBF; }
p { color: rgb(32,237,191); }
H1.HeaderClassName
{
color: #20EDBF;
}
.AnyTagClassName
{
color: #20EDBF;
}
</style>
background-color css
<style>
a { background-color: #20EDBF; }
a { background-color: rgb(32,237,191); }
div.DivClassName
{
background-color: #20EDBF;
}
.BgClassName
{
background-color: #20EDBF;
}
</style>
border-color css
<style>
span { border-color: #20EDBF; }
span { border-color: rgb(32,237,191); }
td.TdClassName
{
border-color: #20EDBF;
}
.TagClassName
{
border-color: #20EDBF;
}
</style>