Shades of Turquoise #49F5EC
Tints of Turquoise #49F5EC
RGB
CMYK
RGB Variations
Color information
#49F5EC (or 0x49F5EC) is known color: Turquoise. HEX triplet: 49, F5 and EC. RGB value is (73,245,236). Sum of RGB (Red+Green+Blue) = 73+245+236=554 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.18% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #49F5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F5EC is #B60A13. Grayscale: #C0C0C0. Windows color (decimal): -11930132 or 15529289. OLE color: 15529289.
HSL color Cylindrical-coordinate representation of color #49F5EC: hue angle of 176.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F5EC is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 245 | 236 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.04 |
| HSL | 176.86º | 0.9% | 0.62% | - |
| HSV(B) | 176.86º | 0.7% | 0.96% | - |
| XYZ | 50.54 | 72.78 | 90.74 | - |
| YUV | 192.55 | 152.52 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 245 | 236 | 0.70 | 0 | 0.04 | 0.04 | 176.86 | 0.9 | 0.62 |
| Hex | 49 | F5 | EC | 46 | 0 | 4 | 4 | B1 | 5A | 3E |
| Octal | 111 | 365 | 354 | 106 | 0 | 4 | 4 | 261 | 132 | 76 |
| Binary | 1001001 | 11110101 | 11101100 | 1000110 | 0 | 100 | 100 | 10110001 | 1011010 | 111110 |
Color Harmonies of #49F5EC
Complementary color
Monochromatic Colors of #49F5EC
Black with #49F5EC
Text Example
Text Example
White with #49F5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F5EC; }
p { color: rgb(73,245,236); }
H1.HeaderClassName
{
color: #49F5EC;
}
.AnyTagClassName
{
color: #49F5EC;
}
</style>
background-color css
<style>
a { background-color: #49F5EC; }
a { background-color: rgb(73,245,236); }
div.DivClassName
{
background-color: #49F5EC;
}
.BgClassName
{
background-color: #49F5EC;
}
</style>
border-color css
<style>
span { border-color: #49F5EC; }
span { border-color: rgb(73,245,236); }
td.TdClassName
{
border-color: #49F5EC;
}
.TagClassName
{
border-color: #49F5EC;
}
</style>