Shades of Turquoise #50ECDA
Tints of Turquoise #50ECDA
RGB
CMYK
RGB Variations
Color information
#50ECDA (or 0x50ECDA) is known color: Turquoise. HEX triplet: 50, EC and DA. RGB value is (80,236,218). Sum of RGB (Red+Green+Blue) = 80+236+218=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECDA is #AF1325. Grayscale: #BBBBBB. Windows color (decimal): -11473702 or 14347344. OLE color: 14347344.
HSL color Cylindrical-coordinate representation of color #50ECDA: hue angle of 173.08º 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 #50ECDA is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 218 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.07 |
| HSL | 173.08º | 0.8% | 0.62% | - |
| HSV(B) | 173.08º | 0.66% | 0.93% | - |
| XYZ | 45.96 | 66.76 | 76.79 | - |
| YUV | 187.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 218 | 0.66 | 0 | 0.08 | 0.07 | 173.08 | 0.8 | 0.62 |
| Hex | 50 | EC | DA | 42 | 0 | 8 | 7 | AD | 50 | 3E |
| Octal | 120 | 354 | 332 | 102 | 0 | 10 | 7 | 255 | 120 | 76 |
| Binary | 1010000 | 11101100 | 11011010 | 1000010 | 0 | 1000 | 111 | 10101101 | 1010000 | 111110 |
Color Harmonies of #50ECDA
Complementary color
Monochromatic Colors of #50ECDA
Black with #50ECDA
Text Example
Text Example
White with #50ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECDA; }
p { color: rgb(80,236,218); }
H1.HeaderClassName
{
color: #50ECDA;
}
.AnyTagClassName
{
color: #50ECDA;
}
</style>
background-color css
<style>
a { background-color: #50ECDA; }
a { background-color: rgb(80,236,218); }
div.DivClassName
{
background-color: #50ECDA;
}
.BgClassName
{
background-color: #50ECDA;
}
</style>
border-color css
<style>
span { border-color: #50ECDA; }
span { border-color: rgb(80,236,218); }
td.TdClassName
{
border-color: #50ECDA;
}
.TagClassName
{
border-color: #50ECDA;
}
</style>