Shades of Bright Turquoise #20EDED
Tints of Bright Turquoise #20EDED
RGB
CMYK
RGB Variations
Color information
#20EDED (or 0x20EDED) is known color: Bright Turquoise. HEX triplet: 20, ED and ED. RGB value is (32,237,237). Sum of RGB (Red+Green+Blue) = 32+237+237=506 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.32% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #20EDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EDED is #DF1212. Grayscale: #AFAFAF. Windows color (decimal): -14619155 or 15592736. OLE color: 15592736.
HSL color Cylindrical-coordinate representation of color #20EDED: hue angle of 180º 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 #20EDED is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 237 | - |
| CMYK | 0.86 | 0 | 0 | 0.07 |
| HSL | 180º | 0.85% | 0.53% | - |
| HSV(B) | 180º | 0.86% | 0.93% | - |
| XYZ | 46.17 | 66.99 | 90.62 | - |
| YUV | 175.71 | 162.58 | 25.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 237 | 0.86 | 0 | 0 | 0.07 | 180 | 0.85 | 0.53 |
| Hex | 20 | ED | ED | 56 | 0 | 0 | 7 | B4 | 55 | 35 |
| Octal | 40 | 355 | 355 | 126 | 0 | 0 | 7 | 264 | 125 | 65 |
| Binary | 100000 | 11101101 | 11101101 | 1010110 | 0 | 0 | 111 | 10110100 | 1010101 | 110101 |
Color Harmonies of #20EDED
Complementary color
Monochromatic Colors of #20EDED
Black with #20EDED
Text Example
Text Example
White with #20EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EDED; }
p { color: rgb(32,237,237); }
H1.HeaderClassName
{
color: #20EDED;
}
.AnyTagClassName
{
color: #20EDED;
}
</style>
background-color css
<style>
a { background-color: #20EDED; }
a { background-color: rgb(32,237,237); }
div.DivClassName
{
background-color: #20EDED;
}
.BgClassName
{
background-color: #20EDED;
}
</style>
border-color css
<style>
span { border-color: #20EDED; }
span { border-color: rgb(32,237,237); }
td.TdClassName
{
border-color: #20EDED;
}
.TagClassName
{
border-color: #20EDED;
}
</style>