Shades of Turquoise #50E7C5
Tints of Turquoise #50E7C5
RGB
CMYK
RGB Variations
Color information
#50E7C5 (or 0x50E7C5) is known color: Turquoise. HEX triplet: 50, E7 and C5. RGB value is (80,231,197). Sum of RGB (Red+Green+Blue) = 80+231+197=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #50E7C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E7C5 is #AF183A. Grayscale: #B5B5B5. Windows color (decimal): -11475003 or 12969808. OLE color: 12969808.
HSL color Cylindrical-coordinate representation of color #50E7C5: hue angle of 166.49º 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 #50E7C5 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 197 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.09 |
| HSL | 166.49º | 0.76% | 0.61% | - |
| HSV(B) | 166.49º | 0.65% | 0.91% | - |
| XYZ | 41.96 | 62.89 | 62.75 | - |
| YUV | 181.98 | 136.47 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 197 | 0.65 | 0 | 0.15 | 0.09 | 166.49 | 0.76 | 0.61 |
| Hex | 50 | E7 | C5 | 41 | 0 | F | 9 | A6 | 4C | 3D |
| Octal | 120 | 347 | 305 | 101 | 0 | 17 | 11 | 246 | 114 | 75 |
| Binary | 1010000 | 11100111 | 11000101 | 1000001 | 0 | 1111 | 1001 | 10100110 | 1001100 | 111101 |
Color Harmonies of #50E7C5
Complementary color
Monochromatic Colors of #50E7C5
Black with #50E7C5
Text Example
Text Example
White with #50E7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E7C5; }
p { color: rgb(80,231,197); }
H1.HeaderClassName
{
color: #50E7C5;
}
.AnyTagClassName
{
color: #50E7C5;
}
</style>
background-color css
<style>
a { background-color: #50E7C5; }
a { background-color: rgb(80,231,197); }
div.DivClassName
{
background-color: #50E7C5;
}
.BgClassName
{
background-color: #50E7C5;
}
</style>
border-color css
<style>
span { border-color: #50E7C5; }
span { border-color: rgb(80,231,197); }
td.TdClassName
{
border-color: #50E7C5;
}
.TagClassName
{
border-color: #50E7C5;
}
</style>