Shades of Turquoise #49FFBE
Tints of Turquoise #49FFBE
RGB
CMYK
RGB Variations
Color information
#49FFBE (or 0x49FFBE) is known color: Turquoise. HEX triplet: 49, FF and BE. RGB value is (73,255,190). Sum of RGB (Red+Green+Blue) = 73+255+190=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFBE is #B60041. Grayscale: #C1C1C1. Windows color (decimal): -11927618 or 12517193. OLE color: 12517193.
HSL color Cylindrical-coordinate representation of color #49FFBE: hue angle of 158.57º 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 #49FFBE is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 190 | - |
| CMYK | 0.71 | 0 | 0.25 | 0 |
| HSL | 158.57º | 1% | 0.64% | - |
| HSV(B) | 158.57º | 0.71% | 1% | - |
| XYZ | 47.8 | 76.65 | 60.99 | - |
| YUV | 193.17 | 126.2 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 190 | 0.71 | 0 | 0.25 | 0 | 158.57 | 1 | 0.64 |
| Hex | 49 | FF | BE | 47 | 0 | 19 | 0 | 9F | 64 | 40 |
| Octal | 111 | 377 | 276 | 107 | 0 | 31 | 0 | 237 | 144 | 100 |
| Binary | 1001001 | 11111111 | 10111110 | 1000111 | 0 | 11001 | 0 | 10011111 | 1100100 | 1000000 |
Color Harmonies of #49FFBE
Complementary color
Monochromatic Colors of #49FFBE
Black with #49FFBE
Text Example
Text Example
White with #49FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFBE; }
p { color: rgb(73,255,190); }
H1.HeaderClassName
{
color: #49FFBE;
}
.AnyTagClassName
{
color: #49FFBE;
}
</style>
background-color css
<style>
a { background-color: #49FFBE; }
a { background-color: rgb(73,255,190); }
div.DivClassName
{
background-color: #49FFBE;
}
.BgClassName
{
background-color: #49FFBE;
}
</style>
border-color css
<style>
span { border-color: #49FFBE; }
span { border-color: rgb(73,255,190); }
td.TdClassName
{
border-color: #49FFBE;
}
.TagClassName
{
border-color: #49FFBE;
}
</style>