Shades of Turquoise #50E7C7
Tints of Turquoise #50E7C7
RGB
CMYK
RGB Variations
Color information
#50E7C7 (or 0x50E7C7) is known color: Turquoise. HEX triplet: 50, E7 and C7. RGB value is (80,231,199). Sum of RGB (Red+Green+Blue) = 80+231+199=510 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.69% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #50E7C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E7C7 is #AF1838. Grayscale: #B6B6B6. Windows color (decimal): -11475001 or 13100880. OLE color: 13100880.
HSL color Cylindrical-coordinate representation of color #50E7C7: hue angle of 167.28º 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 #50E7C7 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 231 | 199 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.09 |
| HSL | 167.28º | 0.76% | 0.61% | - |
| HSV(B) | 167.28º | 0.65% | 0.91% | - |
| XYZ | 42.19 | 62.98 | 63.97 | - |
| YUV | 182.2 | 137.47 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 231 | 199 | 0.65 | 0 | 0.14 | 0.09 | 167.28 | 0.76 | 0.61 |
| Hex | 50 | E7 | C7 | 41 | 0 | E | 9 | A7 | 4C | 3D |
| Octal | 120 | 347 | 307 | 101 | 0 | 16 | 11 | 247 | 114 | 75 |
| Binary | 1010000 | 11100111 | 11000111 | 1000001 | 0 | 1110 | 1001 | 10100111 | 1001100 | 111101 |
Color Harmonies of #50E7C7
Complementary color
Monochromatic Colors of #50E7C7
Black with #50E7C7
Text Example
Text Example
White with #50E7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E7C7; }
p { color: rgb(80,231,199); }
H1.HeaderClassName
{
color: #50E7C7;
}
.AnyTagClassName
{
color: #50E7C7;
}
</style>
background-color css
<style>
a { background-color: #50E7C7; }
a { background-color: rgb(80,231,199); }
div.DivClassName
{
background-color: #50E7C7;
}
.BgClassName
{
background-color: #50E7C7;
}
</style>
border-color css
<style>
span { border-color: #50E7C7; }
span { border-color: rgb(80,231,199); }
td.TdClassName
{
border-color: #50E7C7;
}
.TagClassName
{
border-color: #50E7C7;
}
</style>