Shades of Turquoise #50E9C5
Tints of Turquoise #50E9C5
RGB
CMYK
RGB Variations
Color information
#50E9C5 (or 0x50E9C5) is known color: Turquoise. HEX triplet: 50, E9 and C5. RGB value is (80,233,197). Sum of RGB (Red+Green+Blue) = 80+233+197=510 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.69% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E9C5 is #AF163A. Grayscale: #B7B7B7. Windows color (decimal): -11474491 or 12970320. OLE color: 12970320.
HSL color Cylindrical-coordinate representation of color #50E9C5: hue angle of 165.88º 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 #50E9C5 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 233 | 197 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.09 |
| HSL | 165.88º | 0.78% | 0.61% | - |
| HSV(B) | 165.88º | 0.66% | 0.91% | - |
| XYZ | 42.53 | 64.01 | 62.94 | - |
| YUV | 183.15 | 135.81 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 233 | 197 | 0.66 | 0 | 0.15 | 0.09 | 165.88 | 0.78 | 0.61 |
| Hex | 50 | E9 | C5 | 42 | 0 | F | 9 | A6 | 4E | 3D |
| Octal | 120 | 351 | 305 | 102 | 0 | 17 | 11 | 246 | 116 | 75 |
| Binary | 1010000 | 11101001 | 11000101 | 1000010 | 0 | 1111 | 1001 | 10100110 | 1001110 | 111101 |
Color Harmonies of #50E9C5
Complementary color
Monochromatic Colors of #50E9C5
Black with #50E9C5
Text Example
Text Example
White with #50E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E9C5; }
p { color: rgb(80,233,197); }
H1.HeaderClassName
{
color: #50E9C5;
}
.AnyTagClassName
{
color: #50E9C5;
}
</style>
background-color css
<style>
a { background-color: #50E9C5; }
a { background-color: rgb(80,233,197); }
div.DivClassName
{
background-color: #50E9C5;
}
.BgClassName
{
background-color: #50E9C5;
}
</style>
border-color css
<style>
span { border-color: #50E9C5; }
span { border-color: rgb(80,233,197); }
td.TdClassName
{
border-color: #50E9C5;
}
.TagClassName
{
border-color: #50E9C5;
}
</style>