Shades of Turquoise #50ECDC
Tints of Turquoise #50ECDC
RGB
CMYK
RGB Variations
Color information
#50ECDC (or 0x50ECDC) is known color: Turquoise. HEX triplet: 50, EC and DC. RGB value is (80,236,220). Sum of RGB (Red+Green+Blue) = 80+236+220=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECDC is #AF1323. Grayscale: #BBBBBB. Windows color (decimal): -11473700 or 14478416. OLE color: 14478416.
HSL color Cylindrical-coordinate representation of color #50ECDC: hue angle of 173.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ECDC is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 220 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.07 |
| HSL | 173.85º | 0.8% | 0.62% | - |
| HSV(B) | 173.85º | 0.66% | 0.93% | - |
| XYZ | 46.22 | 66.86 | 78.18 | - |
| YUV | 187.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 220 | 0.66 | 0 | 0.07 | 0.07 | 173.85 | 0.8 | 0.62 |
| Hex | 50 | EC | DC | 42 | 0 | 7 | 7 | AE | 50 | 3E |
| Octal | 120 | 354 | 334 | 102 | 0 | 7 | 7 | 256 | 120 | 76 |
| Binary | 1010000 | 11101100 | 11011100 | 1000010 | 0 | 111 | 111 | 10101110 | 1010000 | 111110 |
Color Harmonies of #50ECDC
Complementary color
Monochromatic Colors of #50ECDC
Black with #50ECDC
Text Example
Text Example
White with #50ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECDC; }
p { color: rgb(80,236,220); }
H1.HeaderClassName
{
color: #50ECDC;
}
.AnyTagClassName
{
color: #50ECDC;
}
</style>
background-color css
<style>
a { background-color: #50ECDC; }
a { background-color: rgb(80,236,220); }
div.DivClassName
{
background-color: #50ECDC;
}
.BgClassName
{
background-color: #50ECDC;
}
</style>
border-color css
<style>
span { border-color: #50ECDC; }
span { border-color: rgb(80,236,220); }
td.TdClassName
{
border-color: #50ECDC;
}
.TagClassName
{
border-color: #50ECDC;
}
</style>