Shades of Turquoise #50EDD2
Tints of Turquoise #50EDD2
RGB
CMYK
RGB Variations
Color information
#50EDD2 (or 0x50EDD2) is known color: Turquoise. HEX triplet: 50, ED and D2. RGB value is (80,237,210). Sum of RGB (Red+Green+Blue) = 80+237+210=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDD2 is #AF122D. Grayscale: #BABABA. Windows color (decimal): -11473454 or 13823312. OLE color: 13823312.
HSL color Cylindrical-coordinate representation of color #50EDD2: hue angle of 169.68º 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 #50EDD2 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 210 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.07 |
| HSL | 169.68º | 0.81% | 0.62% | - |
| HSV(B) | 169.68º | 0.66% | 0.93% | - |
| XYZ | 45.23 | 66.93 | 71.51 | - |
| YUV | 186.98 | 140.99 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 210 | 0.66 | 0 | 0.11 | 0.07 | 169.68 | 0.81 | 0.62 |
| Hex | 50 | ED | D2 | 42 | 0 | B | 7 | AA | 51 | 3E |
| Octal | 120 | 355 | 322 | 102 | 0 | 13 | 7 | 252 | 121 | 76 |
| Binary | 1010000 | 11101101 | 11010010 | 1000010 | 0 | 1011 | 111 | 10101010 | 1010001 | 111110 |
Color Harmonies of #50EDD2
Complementary color
Monochromatic Colors of #50EDD2
Black with #50EDD2
Text Example
Text Example
White with #50EDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDD2; }
p { color: rgb(80,237,210); }
H1.HeaderClassName
{
color: #50EDD2;
}
.AnyTagClassName
{
color: #50EDD2;
}
</style>
background-color css
<style>
a { background-color: #50EDD2; }
a { background-color: rgb(80,237,210); }
div.DivClassName
{
background-color: #50EDD2;
}
.BgClassName
{
background-color: #50EDD2;
}
</style>
border-color css
<style>
span { border-color: #50EDD2; }
span { border-color: rgb(80,237,210); }
td.TdClassName
{
border-color: #50EDD2;
}
.TagClassName
{
border-color: #50EDD2;
}
</style>