Shades of Turquoise #50EEB7
Tints of Turquoise #50EEB7
RGB
CMYK
RGB Variations
Color information
#50EEB7 (or 0x50EEB7) is known color: Turquoise. HEX triplet: 50, EE and B7. RGB value is (80,238,183). Sum of RGB (Red+Green+Blue) = 80+238+183=501 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.97% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEB7 is #AF1148. Grayscale: #B8B8B8. Windows color (decimal): -11473225 or 12054096. OLE color: 12054096.
HSL color Cylindrical-coordinate representation of color #50EEB7: hue angle of 159.11º degrees, saturation: 0.82, 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 #50EEB7 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 183 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.07 |
| HSL | 159.11º | 0.82% | 0.62% | - |
| HSV(B) | 159.11º | 0.66% | 0.93% | - |
| XYZ | 42.43 | 66.27 | 55.36 | - |
| YUV | 184.49 | 127.15 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 183 | 0.66 | 0 | 0.23 | 0.07 | 159.11 | 0.82 | 0.62 |
| Hex | 50 | EE | B7 | 42 | 0 | 17 | 7 | 9F | 52 | 3E |
| Octal | 120 | 356 | 267 | 102 | 0 | 27 | 7 | 237 | 122 | 76 |
| Binary | 1010000 | 11101110 | 10110111 | 1000010 | 0 | 10111 | 111 | 10011111 | 1010010 | 111110 |
Color Harmonies of #50EEB7
Complementary color
Monochromatic Colors of #50EEB7
Black with #50EEB7
Text Example
Text Example
White with #50EEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEB7; }
p { color: rgb(80,238,183); }
H1.HeaderClassName
{
color: #50EEB7;
}
.AnyTagClassName
{
color: #50EEB7;
}
</style>
background-color css
<style>
a { background-color: #50EEB7; }
a { background-color: rgb(80,238,183); }
div.DivClassName
{
background-color: #50EEB7;
}
.BgClassName
{
background-color: #50EEB7;
}
</style>
border-color css
<style>
span { border-color: #50EEB7; }
span { border-color: rgb(80,238,183); }
td.TdClassName
{
border-color: #50EEB7;
}
.TagClassName
{
border-color: #50EEB7;
}
</style>