Shades of Turquoise #50E7C1
Tints of Turquoise #50E7C1
RGB
CMYK
RGB Variations
Color information
#50E7C1 (or 0x50E7C1) is known color: Turquoise. HEX triplet: 50, E7 and C1. RGB value is (80,231,193). Sum of RGB (Red+Green+Blue) = 80+231+193=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #50E7C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E7C1 is #AF183E. Grayscale: #B5B5B5. Windows color (decimal): -11475007 or 12707664. OLE color: 12707664.
HSL color Cylindrical-coordinate representation of color #50E7C1: hue angle of 164.9º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E7C1 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 193 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.09 |
| HSL | 164.9º | 0.76% | 0.61% | - |
| HSV(B) | 164.9º | 0.65% | 0.91% | - |
| XYZ | 41.51 | 62.71 | 60.37 | - |
| YUV | 181.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 193 | 0.65 | 0 | 0.16 | 0.09 | 164.9 | 0.76 | 0.61 |
| Hex | 50 | E7 | C1 | 41 | 0 | 10 | 9 | A5 | 4C | 3D |
| Octal | 120 | 347 | 301 | 101 | 0 | 20 | 11 | 245 | 114 | 75 |
| Binary | 1010000 | 11100111 | 11000001 | 1000001 | 0 | 10000 | 1001 | 10100101 | 1001100 | 111101 |
Color Harmonies of #50E7C1
Complementary color
Monochromatic Colors of #50E7C1
Black with #50E7C1
Text Example
Text Example
White with #50E7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E7C1; }
p { color: rgb(80,231,193); }
H1.HeaderClassName
{
color: #50E7C1;
}
.AnyTagClassName
{
color: #50E7C1;
}
</style>
background-color css
<style>
a { background-color: #50E7C1; }
a { background-color: rgb(80,231,193); }
div.DivClassName
{
background-color: #50E7C1;
}
.BgClassName
{
background-color: #50E7C1;
}
</style>
border-color css
<style>
span { border-color: #50E7C1; }
span { border-color: rgb(80,231,193); }
td.TdClassName
{
border-color: #50E7C1;
}
.TagClassName
{
border-color: #50E7C1;
}
</style>