Shades of Bright Turquoise #20EBED
Tints of Bright Turquoise #20EBED
RGB
CMYK
RGB Variations
Color information
#20EBED (or 0x20EBED) is known color: Bright Turquoise. HEX triplet: 20, EB and ED. RGB value is (32,235,237). Sum of RGB (Red+Green+Blue) = 32+235+237=504 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.35% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #20EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EBED is #DF1412. Grayscale: #AEAEAE. Windows color (decimal): -14619667 or 15592224. OLE color: 15592224.
HSL color Cylindrical-coordinate representation of color #20EBED: hue angle of 180.59º 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 #20EBED is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 235 | 237 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.07 |
| HSL | 180.59º | 0.85% | 0.53% | - |
| HSV(B) | 180.59º | 0.86% | 0.93% | - |
| XYZ | 45.59 | 65.84 | 90.43 | - |
| YUV | 174.53 | 163.25 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 235 | 237 | 0.86 | 0.01 | 0 | 0.07 | 180.59 | 0.85 | 0.53 |
| Hex | 20 | EB | ED | 56 | 1 | 0 | 7 | B5 | 55 | 35 |
| Octal | 40 | 353 | 355 | 126 | 1 | 0 | 7 | 265 | 125 | 65 |
| Binary | 100000 | 11101011 | 11101101 | 1010110 | 1 | 0 | 111 | 10110101 | 1010101 | 110101 |
Color Harmonies of #20EBED
Complementary color
Monochromatic Colors of #20EBED
Black with #20EBED
Text Example
Text Example
White with #20EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EBED; }
p { color: rgb(32,235,237); }
H1.HeaderClassName
{
color: #20EBED;
}
.AnyTagClassName
{
color: #20EBED;
}
</style>
background-color css
<style>
a { background-color: #20EBED; }
a { background-color: rgb(32,235,237); }
div.DivClassName
{
background-color: #20EBED;
}
.BgClassName
{
background-color: #20EBED;
}
</style>
border-color css
<style>
span { border-color: #20EBED; }
span { border-color: rgb(32,235,237); }
td.TdClassName
{
border-color: #20EBED;
}
.TagClassName
{
border-color: #20EBED;
}
</style>