Shades of Turquoise #50E9E1
Tints of Turquoise #50E9E1
RGB
CMYK
RGB Variations
Color information
#50E9E1 (or 0x50E9E1) is known color: Turquoise. HEX triplet: 50, E9 and E1. RGB value is (80,233,225). Sum of RGB (Red+Green+Blue) = 80+233+225=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E9E1 is #AF161E. Grayscale: #BABABA. Windows color (decimal): -11474463 or 14805328. OLE color: 14805328.
HSL color Cylindrical-coordinate representation of color #50E9E1: hue angle of 176.86º 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 #50E9E1 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 225 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.09 |
| HSL | 176.86º | 0.78% | 0.61% | - |
| HSV(B) | 176.86º | 0.66% | 0.91% | - |
| XYZ | 46.04 | 65.42 | 81.43 | - |
| YUV | 186.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 225 | 0.66 | 0 | 0.03 | 0.09 | 176.86 | 0.78 | 0.61 |
| Hex | 50 | E9 | E1 | 42 | 0 | 3 | 9 | B1 | 4E | 3D |
| Octal | 120 | 351 | 341 | 102 | 0 | 3 | 11 | 261 | 116 | 75 |
| Binary | 1010000 | 11101001 | 11100001 | 1000010 | 0 | 11 | 1001 | 10110001 | 1001110 | 111101 |
Color Harmonies of #50E9E1
Complementary color
Monochromatic Colors of #50E9E1
Black with #50E9E1
Text Example
Text Example
White with #50E9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9E1; }
p { color: rgb(80,233,225); }
H1.HeaderClassName
{
color: #50E9E1;
}
.AnyTagClassName
{
color: #50E9E1;
}
</style>
background-color css
<style>
a { background-color: #50E9E1; }
a { background-color: rgb(80,233,225); }
div.DivClassName
{
background-color: #50E9E1;
}
.BgClassName
{
background-color: #50E9E1;
}
</style>
border-color css
<style>
span { border-color: #50E9E1; }
span { border-color: rgb(80,233,225); }
td.TdClassName
{
border-color: #50E9E1;
}
.TagClassName
{
border-color: #50E9E1;
}
</style>