Shades of Turquoise #50E9B6
Tints of Turquoise #50E9B6
RGB
CMYK
RGB Variations
Color information
#50E9B6 (or 0x50E9B6) is known color: Turquoise. HEX triplet: 50, E9 and B6. RGB value is (80,233,182). Sum of RGB (Red+Green+Blue) = 80+233+182=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E9B6 is #AF1649. Grayscale: #B5B5B5. Windows color (decimal): -11474506 or 11987280. OLE color: 11987280.
HSL color Cylindrical-coordinate representation of color #50E9B6: hue angle of 160º 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 #50E9B6 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 182 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.09 |
| HSL | 160º | 0.78% | 0.61% | - |
| HSV(B) | 160º | 0.66% | 0.91% | - |
| XYZ | 40.89 | 63.36 | 54.33 | - |
| YUV | 181.44 | 128.31 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 182 | 0.66 | 0 | 0.22 | 0.09 | 160 | 0.78 | 0.61 |
| Hex | 50 | E9 | B6 | 42 | 0 | 16 | 9 | A0 | 4E | 3D |
| Octal | 120 | 351 | 266 | 102 | 0 | 26 | 11 | 240 | 116 | 75 |
| Binary | 1010000 | 11101001 | 10110110 | 1000010 | 0 | 10110 | 1001 | 10100000 | 1001110 | 111101 |
Color Harmonies of #50E9B6
Complementary color
Monochromatic Colors of #50E9B6
Black with #50E9B6
Text Example
Text Example
White with #50E9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9B6; }
p { color: rgb(80,233,182); }
H1.HeaderClassName
{
color: #50E9B6;
}
.AnyTagClassName
{
color: #50E9B6;
}
</style>
background-color css
<style>
a { background-color: #50E9B6; }
a { background-color: rgb(80,233,182); }
div.DivClassName
{
background-color: #50E9B6;
}
.BgClassName
{
background-color: #50E9B6;
}
</style>
border-color css
<style>
span { border-color: #50E9B6; }
span { border-color: rgb(80,233,182); }
td.TdClassName
{
border-color: #50E9B6;
}
.TagClassName
{
border-color: #50E9B6;
}
</style>