Shades of Turquoise #50ECB7
Tints of Turquoise #50ECB7
RGB
CMYK
RGB Variations
Color information
#50ECB7 (or 0x50ECB7) is known color: Turquoise. HEX triplet: 50, EC and B7. RGB value is (80,236,183). Sum of RGB (Red+Green+Blue) = 80+236+183=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECB7 is #AF1348. Grayscale: #B7B7B7. Windows color (decimal): -11473737 or 12053584. OLE color: 12053584.
HSL color Cylindrical-coordinate representation of color #50ECB7: hue angle of 159.62º 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 #50ECB7 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 236 | 183 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.07 |
| HSL | 159.62º | 0.8% | 0.62% | - |
| HSV(B) | 159.62º | 0.66% | 0.93% | - |
| XYZ | 41.85 | 65.12 | 55.16 | - |
| YUV | 183.31 | 127.82 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 236 | 183 | 0.66 | 0 | 0.22 | 0.07 | 159.62 | 0.8 | 0.62 |
| Hex | 50 | EC | B7 | 42 | 0 | 16 | 7 | A0 | 50 | 3E |
| Octal | 120 | 354 | 267 | 102 | 0 | 26 | 7 | 240 | 120 | 76 |
| Binary | 1010000 | 11101100 | 10110111 | 1000010 | 0 | 10110 | 111 | 10100000 | 1010000 | 111110 |
Color Harmonies of #50ECB7
Complementary color
Monochromatic Colors of #50ECB7
Black with #50ECB7
Text Example
Text Example
White with #50ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ECB7; }
p { color: rgb(80,236,183); }
H1.HeaderClassName
{
color: #50ECB7;
}
.AnyTagClassName
{
color: #50ECB7;
}
</style>
background-color css
<style>
a { background-color: #50ECB7; }
a { background-color: rgb(80,236,183); }
div.DivClassName
{
background-color: #50ECB7;
}
.BgClassName
{
background-color: #50ECB7;
}
</style>
border-color css
<style>
span { border-color: #50ECB7; }
span { border-color: rgb(80,236,183); }
td.TdClassName
{
border-color: #50ECB7;
}
.TagClassName
{
border-color: #50ECB7;
}
</style>