Shades of Turquoise #50EEBF
Tints of Turquoise #50EEBF
RGB
CMYK
RGB Variations
Color information
#50EEBF (or 0x50EEBF) is known color: Turquoise. HEX triplet: 50, EE and BF. RGB value is (80,238,191). Sum of RGB (Red+Green+Blue) = 80+238+191=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEBF is #AF1140. Grayscale: #B9B9B9. Windows color (decimal): -11473217 or 12578384. OLE color: 12578384.
HSL color Cylindrical-coordinate representation of color #50EEBF: hue angle of 162.15º 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 #50EEBF is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 191 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.07 |
| HSL | 162.15º | 0.82% | 0.62% | - |
| HSV(B) | 162.15º | 0.66% | 0.93% | - |
| XYZ | 43.29 | 66.62 | 59.87 | - |
| YUV | 185.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 191 | 0.66 | 0 | 0.20 | 0.07 | 162.15 | 0.82 | 0.62 |
| Hex | 50 | EE | BF | 42 | 0 | 14 | 7 | A2 | 52 | 3E |
| Octal | 120 | 356 | 277 | 102 | 0 | 24 | 7 | 242 | 122 | 76 |
| Binary | 1010000 | 11101110 | 10111111 | 1000010 | 0 | 10100 | 111 | 10100010 | 1010010 | 111110 |
Color Harmonies of #50EEBF
Complementary color
Monochromatic Colors of #50EEBF
Black with #50EEBF
Text Example
Text Example
White with #50EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEBF; }
p { color: rgb(80,238,191); }
H1.HeaderClassName
{
color: #50EEBF;
}
.AnyTagClassName
{
color: #50EEBF;
}
</style>
background-color css
<style>
a { background-color: #50EEBF; }
a { background-color: rgb(80,238,191); }
div.DivClassName
{
background-color: #50EEBF;
}
.BgClassName
{
background-color: #50EEBF;
}
</style>
border-color css
<style>
span { border-color: #50EEBF; }
span { border-color: rgb(80,238,191); }
td.TdClassName
{
border-color: #50EEBF;
}
.TagClassName
{
border-color: #50EEBF;
}
</style>