Shades of Turquoise #50FCC9
Tints of Turquoise #50FCC9
RGB
CMYK
RGB Variations
Color information
#50FCC9 (or 0x50FCC9) is known color: Turquoise. HEX triplet: 50, FC and C9. RGB value is (80,252,201). Sum of RGB (Red+Green+Blue) = 80+252+201=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCC9 is #AF0336. Grayscale: #C2C2C2. Windows color (decimal): -11469623 or 13237328. OLE color: 13237328.
HSL color Cylindrical-coordinate representation of color #50FCC9: hue angle of 162.21º 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 #50FCC9 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 201 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.01 |
| HSL | 162.21º | 0.97% | 0.65% | - |
| HSV(B) | 162.21º | 0.68% | 0.99% | - |
| XYZ | 48.66 | 75.54 | 67.27 | - |
| YUV | 194.76 | 131.52 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 201 | 0.68 | 0 | 0.20 | 0.01 | 162.21 | 0.97 | 0.65 |
| Hex | 50 | FC | C9 | 44 | 0 | 14 | 1 | A2 | 61 | 41 |
| Octal | 120 | 374 | 311 | 104 | 0 | 24 | 1 | 242 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11001001 | 1000100 | 0 | 10100 | 1 | 10100010 | 1100001 | 1000001 |
Color Harmonies of #50FCC9
Complementary color
Monochromatic Colors of #50FCC9
Black with #50FCC9
Text Example
Text Example
White with #50FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCC9; }
p { color: rgb(80,252,201); }
H1.HeaderClassName
{
color: #50FCC9;
}
.AnyTagClassName
{
color: #50FCC9;
}
</style>
background-color css
<style>
a { background-color: #50FCC9; }
a { background-color: rgb(80,252,201); }
div.DivClassName
{
background-color: #50FCC9;
}
.BgClassName
{
background-color: #50FCC9;
}
</style>
border-color css
<style>
span { border-color: #50FCC9; }
span { border-color: rgb(80,252,201); }
td.TdClassName
{
border-color: #50FCC9;
}
.TagClassName
{
border-color: #50FCC9;
}
</style>