Shades of Turquoise #50E9E7
Tints of Turquoise #50E9E7
RGB
CMYK
RGB Variations
Color information
#50E9E7 (or 0x50E9E7) is known color: Turquoise. HEX triplet: 50, E9 and E7. RGB value is (80,233,231). Sum of RGB (Red+Green+Blue) = 80+233+231=544 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.71% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E9E7 is #AF1618. Grayscale: #BABABA. Windows color (decimal): -11474457 or 15198544. OLE color: 15198544.
HSL color Cylindrical-coordinate representation of color #50E9E7: hue angle of 179.22º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E9E7 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 231 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.09 |
| HSL | 179.22º | 0.78% | 0.61% | - |
| HSV(B) | 179.22º | 0.66% | 0.91% | - |
| XYZ | 46.87 | 65.75 | 85.82 | - |
| YUV | 187.03 | 152.81 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 231 | 0.66 | 0 | 0.01 | 0.09 | 179.22 | 0.78 | 0.61 |
| Hex | 50 | E9 | E7 | 42 | 0 | 1 | 9 | B3 | 4E | 3D |
| Octal | 120 | 351 | 347 | 102 | 0 | 1 | 11 | 263 | 116 | 75 |
| Binary | 1010000 | 11101001 | 11100111 | 1000010 | 0 | 1 | 1001 | 10110011 | 1001110 | 111101 |
Color Harmonies of #50E9E7
Complementary color
Monochromatic Colors of #50E9E7
Black with #50E9E7
Text Example
Text Example
White with #50E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9E7; }
p { color: rgb(80,233,231); }
H1.HeaderClassName
{
color: #50E9E7;
}
.AnyTagClassName
{
color: #50E9E7;
}
</style>
background-color css
<style>
a { background-color: #50E9E7; }
a { background-color: rgb(80,233,231); }
div.DivClassName
{
background-color: #50E9E7;
}
.BgClassName
{
background-color: #50E9E7;
}
</style>
border-color css
<style>
span { border-color: #50E9E7; }
span { border-color: rgb(80,233,231); }
td.TdClassName
{
border-color: #50E9E7;
}
.TagClassName
{
border-color: #50E9E7;
}
</style>