Shades of Turquoise #50EDDA
Tints of Turquoise #50EDDA
RGB
CMYK
RGB Variations
Color information
#50EDDA (or 0x50EDDA) is known color: Turquoise. HEX triplet: 50, ED and DA. RGB value is (80,237,218). Sum of RGB (Red+Green+Blue) = 80+237+218=535 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.95% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDDA is #AF1225. Grayscale: #BBBBBB. Windows color (decimal): -11473446 or 14347600. OLE color: 14347600.
HSL color Cylindrical-coordinate representation of color #50EDDA: hue angle of 172.74º degrees, saturation: 0.81, 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 #50EDDA is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 218 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.07 |
| HSL | 172.74º | 0.81% | 0.62% | - |
| HSV(B) | 172.74º | 0.66% | 0.93% | - |
| XYZ | 46.25 | 67.34 | 76.89 | - |
| YUV | 187.89 | 144.99 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 218 | 0.66 | 0 | 0.08 | 0.07 | 172.74 | 0.81 | 0.62 |
| Hex | 50 | ED | DA | 42 | 0 | 8 | 7 | AD | 51 | 3E |
| Octal | 120 | 355 | 332 | 102 | 0 | 10 | 7 | 255 | 121 | 76 |
| Binary | 1010000 | 11101101 | 11011010 | 1000010 | 0 | 1000 | 111 | 10101101 | 1010001 | 111110 |
Color Harmonies of #50EDDA
Complementary color
Monochromatic Colors of #50EDDA
Black with #50EDDA
Text Example
Text Example
White with #50EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDDA; }
p { color: rgb(80,237,218); }
H1.HeaderClassName
{
color: #50EDDA;
}
.AnyTagClassName
{
color: #50EDDA;
}
</style>
background-color css
<style>
a { background-color: #50EDDA; }
a { background-color: rgb(80,237,218); }
div.DivClassName
{
background-color: #50EDDA;
}
.BgClassName
{
background-color: #50EDDA;
}
</style>
border-color css
<style>
span { border-color: #50EDDA; }
span { border-color: rgb(80,237,218); }
td.TdClassName
{
border-color: #50EDDA;
}
.TagClassName
{
border-color: #50EDDA;
}
</style>