Shades of Turquoise #49FFB9
Tints of Turquoise #49FFB9
RGB
CMYK
RGB Variations
Color information
#49FFB9 (or 0x49FFB9) is known color: Turquoise. HEX triplet: 49, FF and B9. RGB value is (73,255,185). Sum of RGB (Red+Green+Blue) = 73+255+185=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFB9 is #B60046. Grayscale: #C0C0C0. Windows color (decimal): -11927623 or 12189513. OLE color: 12189513.
HSL color Cylindrical-coordinate representation of color #49FFB9: hue angle of 156.92º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFB9 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 185 | - |
| CMYK | 0.71 | 0 | 0.27 | 0 |
| HSL | 156.92º | 1% | 0.64% | - |
| HSV(B) | 156.92º | 0.71% | 1% | - |
| XYZ | 47.26 | 76.44 | 58.16 | - |
| YUV | 192.6 | 123.7 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 185 | 0.71 | 0 | 0.27 | 0 | 156.92 | 1 | 0.64 |
| Hex | 49 | FF | B9 | 47 | 0 | 1B | 0 | 9D | 64 | 40 |
| Octal | 111 | 377 | 271 | 107 | 0 | 33 | 0 | 235 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10111001 | 1000111 | 0 | 11011 | 0 | 10011101 | 1100100 | 1000000 |
Color Harmonies of #49FFB9
Complementary color
Monochromatic Colors of #49FFB9
Black with #49FFB9
Text Example
Text Example
White with #49FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFB9; }
p { color: rgb(73,255,185); }
H1.HeaderClassName
{
color: #49FFB9;
}
.AnyTagClassName
{
color: #49FFB9;
}
</style>
background-color css
<style>
a { background-color: #49FFB9; }
a { background-color: rgb(73,255,185); }
div.DivClassName
{
background-color: #49FFB9;
}
.BgClassName
{
background-color: #49FFB9;
}
</style>
border-color css
<style>
span { border-color: #49FFB9; }
span { border-color: rgb(73,255,185); }
td.TdClassName
{
border-color: #49FFB9;
}
.TagClassName
{
border-color: #49FFB9;
}
</style>