Shades of Turquoise #50FCC6
Tints of Turquoise #50FCC6
RGB
CMYK
RGB Variations
Color information
#50FCC6 (or 0x50FCC6) is known color: Turquoise. HEX triplet: 50, FC and C6. RGB value is (80,252,198). Sum of RGB (Red+Green+Blue) = 80+252+198=530 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.09% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCC6 is #AF0339. Grayscale: #C2C2C2. Windows color (decimal): -11469626 or 13040720. OLE color: 13040720.
HSL color Cylindrical-coordinate representation of color #50FCC6: hue angle of 161.16º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCC6 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 198 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.01 |
| HSL | 161.16º | 0.97% | 0.65% | - |
| HSV(B) | 161.16º | 0.68% | 0.99% | - |
| XYZ | 48.31 | 75.4 | 65.43 | - |
| YUV | 194.42 | 130.02 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 198 | 0.68 | 0 | 0.21 | 0.01 | 161.16 | 0.97 | 0.65 |
| Hex | 50 | FC | C6 | 44 | 0 | 15 | 1 | A1 | 61 | 41 |
| Octal | 120 | 374 | 306 | 104 | 0 | 25 | 1 | 241 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11000110 | 1000100 | 0 | 10101 | 1 | 10100001 | 1100001 | 1000001 |
Color Harmonies of #50FCC6
Complementary color
Monochromatic Colors of #50FCC6
Black with #50FCC6
Text Example
Text Example
White with #50FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCC6; }
p { color: rgb(80,252,198); }
H1.HeaderClassName
{
color: #50FCC6;
}
.AnyTagClassName
{
color: #50FCC6;
}
</style>
background-color css
<style>
a { background-color: #50FCC6; }
a { background-color: rgb(80,252,198); }
div.DivClassName
{
background-color: #50FCC6;
}
.BgClassName
{
background-color: #50FCC6;
}
</style>
border-color css
<style>
span { border-color: #50FCC6; }
span { border-color: rgb(80,252,198); }
td.TdClassName
{
border-color: #50FCC6;
}
.TagClassName
{
border-color: #50FCC6;
}
</style>