Shades of Turquoise #50FFC0
Tints of Turquoise #50FFC0
RGB
CMYK
RGB Variations
Color information
#50FFC0 (or 0x50FFC0) is known color: Turquoise. HEX triplet: 50, FF and C0. RGB value is (80,255,192). Sum of RGB (Red+Green+Blue) = 80+255+192=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFC0 is #AF003F. Grayscale: #C3C3C3. Windows color (decimal): -11468864 or 12648272. OLE color: 12648272.
HSL color Cylindrical-coordinate representation of color #50FFC0: hue angle of 158.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFC0 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 192 | - |
| CMYK | 0.69 | 0 | 0.25 | 0 |
| HSL | 158.4º | 1% | 0.66% | - |
| HSV(B) | 158.4º | 0.69% | 1% | - |
| XYZ | 48.58 | 77.03 | 62.18 | - |
| YUV | 195.49 | 126.02 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 192 | 0.69 | 0 | 0.25 | 0 | 158.4 | 1 | 0.66 |
| Hex | 50 | FF | C0 | 45 | 0 | 19 | 0 | 9E | 64 | 42 |
| Octal | 120 | 377 | 300 | 105 | 0 | 31 | 0 | 236 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11000000 | 1000101 | 0 | 11001 | 0 | 10011110 | 1100100 | 1000010 |
Color Harmonies of #50FFC0
Complementary color
Monochromatic Colors of #50FFC0
Black with #50FFC0
Text Example
Text Example
White with #50FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFC0; }
p { color: rgb(80,255,192); }
H1.HeaderClassName
{
color: #50FFC0;
}
.AnyTagClassName
{
color: #50FFC0;
}
</style>
background-color css
<style>
a { background-color: #50FFC0; }
a { background-color: rgb(80,255,192); }
div.DivClassName
{
background-color: #50FFC0;
}
.BgClassName
{
background-color: #50FFC0;
}
</style>
border-color css
<style>
span { border-color: #50FFC0; }
span { border-color: rgb(80,255,192); }
td.TdClassName
{
border-color: #50FFC0;
}
.TagClassName
{
border-color: #50FFC0;
}
</style>