Shades of Turquoise #50FFC9
Tints of Turquoise #50FFC9
RGB
CMYK
RGB Variations
Color information
#50FFC9 (or 0x50FFC9) is known color: Turquoise. HEX triplet: 50, FF and C9. RGB value is (80,255,201). Sum of RGB (Red+Green+Blue) = 80+255+201=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFC9 is #AF0036. Grayscale: #C4C4C4. Windows color (decimal): -11468855 or 13238096. OLE color: 13238096.
HSL color Cylindrical-coordinate representation of color #50FFC9: hue angle of 161.49º 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 #50FFC9 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 201 | - |
| CMYK | 0.69 | 0 | 0.21 | 0 |
| HSL | 161.49º | 1% | 0.66% | - |
| HSV(B) | 161.49º | 0.69% | 1% | - |
| XYZ | 49.61 | 77.44 | 67.59 | - |
| YUV | 196.52 | 130.52 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 201 | 0.69 | 0 | 0.21 | 0 | 161.49 | 1 | 0.66 |
| Hex | 50 | FF | C9 | 45 | 0 | 15 | 0 | A1 | 64 | 42 |
| Octal | 120 | 377 | 311 | 105 | 0 | 25 | 0 | 241 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11001001 | 1000101 | 0 | 10101 | 0 | 10100001 | 1100100 | 1000010 |
Color Harmonies of #50FFC9
Complementary color
Monochromatic Colors of #50FFC9
Black with #50FFC9
Text Example
Text Example
White with #50FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFC9; }
p { color: rgb(80,255,201); }
H1.HeaderClassName
{
color: #50FFC9;
}
.AnyTagClassName
{
color: #50FFC9;
}
</style>
background-color css
<style>
a { background-color: #50FFC9; }
a { background-color: rgb(80,255,201); }
div.DivClassName
{
background-color: #50FFC9;
}
.BgClassName
{
background-color: #50FFC9;
}
</style>
border-color css
<style>
span { border-color: #50FFC9; }
span { border-color: rgb(80,255,201); }
td.TdClassName
{
border-color: #50FFC9;
}
.TagClassName
{
border-color: #50FFC9;
}
</style>