Shades of Turquoise #50EDC7
Tints of Turquoise #50EDC7
RGB
CMYK
RGB Variations
Color information
#50EDC7 (or 0x50EDC7) is known color: Turquoise. HEX triplet: 50, ED and C7. RGB value is (80,237,199). Sum of RGB (Red+Green+Blue) = 80+237+199=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDC7 is #AF1238. Grayscale: #B9B9B9. Windows color (decimal): -11473465 or 13102416. OLE color: 13102416.
HSL color Cylindrical-coordinate representation of color #50EDC7: hue angle of 165.48º 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 #50EDC7 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 199 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.07 |
| HSL | 165.48º | 0.81% | 0.62% | - |
| HSV(B) | 165.48º | 0.66% | 0.93% | - |
| XYZ | 43.9 | 66.4 | 64.53 | - |
| YUV | 185.73 | 135.49 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 199 | 0.66 | 0 | 0.16 | 0.07 | 165.48 | 0.81 | 0.62 |
| Hex | 50 | ED | C7 | 42 | 0 | 10 | 7 | A5 | 51 | 3E |
| Octal | 120 | 355 | 307 | 102 | 0 | 20 | 7 | 245 | 121 | 76 |
| Binary | 1010000 | 11101101 | 11000111 | 1000010 | 0 | 10000 | 111 | 10100101 | 1010001 | 111110 |
Color Harmonies of #50EDC7
Complementary color
Monochromatic Colors of #50EDC7
Black with #50EDC7
Text Example
Text Example
White with #50EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EDC7; }
p { color: rgb(80,237,199); }
H1.HeaderClassName
{
color: #50EDC7;
}
.AnyTagClassName
{
color: #50EDC7;
}
</style>
background-color css
<style>
a { background-color: #50EDC7; }
a { background-color: rgb(80,237,199); }
div.DivClassName
{
background-color: #50EDC7;
}
.BgClassName
{
background-color: #50EDC7;
}
</style>
border-color css
<style>
span { border-color: #50EDC7; }
span { border-color: rgb(80,237,199); }
td.TdClassName
{
border-color: #50EDC7;
}
.TagClassName
{
border-color: #50EDC7;
}
</style>