Shades of Turquoise #50EDD1
Tints of Turquoise #50EDD1
RGB
CMYK
RGB Variations
Color information
#50EDD1 (or 0x50EDD1) is known color: Turquoise. HEX triplet: 50, ED and D1. RGB value is (80,237,209). Sum of RGB (Red+Green+Blue) = 80+237+209=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDD1 is #AF122E. Grayscale: #BABABA. Windows color (decimal): -11473455 or 13757776. OLE color: 13757776.
HSL color Cylindrical-coordinate representation of color #50EDD1: hue angle of 169.3º 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 #50EDD1 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 209 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.07 |
| HSL | 169.3º | 0.81% | 0.62% | - |
| HSV(B) | 169.3º | 0.66% | 0.93% | - |
| XYZ | 45.1 | 66.88 | 70.85 | - |
| YUV | 186.87 | 140.49 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 209 | 0.66 | 0 | 0.12 | 0.07 | 169.3 | 0.81 | 0.62 |
| Hex | 50 | ED | D1 | 42 | 0 | C | 7 | A9 | 51 | 3E |
| Octal | 120 | 355 | 321 | 102 | 0 | 14 | 7 | 251 | 121 | 76 |
| Binary | 1010000 | 11101101 | 11010001 | 1000010 | 0 | 1100 | 111 | 10101001 | 1010001 | 111110 |
Color Harmonies of #50EDD1
Complementary color
Monochromatic Colors of #50EDD1
Black with #50EDD1
Text Example
Text Example
White with #50EDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDD1; }
p { color: rgb(80,237,209); }
H1.HeaderClassName
{
color: #50EDD1;
}
.AnyTagClassName
{
color: #50EDD1;
}
</style>
background-color css
<style>
a { background-color: #50EDD1; }
a { background-color: rgb(80,237,209); }
div.DivClassName
{
background-color: #50EDD1;
}
.BgClassName
{
background-color: #50EDD1;
}
</style>
border-color css
<style>
span { border-color: #50EDD1; }
span { border-color: rgb(80,237,209); }
td.TdClassName
{
border-color: #50EDD1;
}
.TagClassName
{
border-color: #50EDD1;
}
</style>