Shades of Turquoise #49E5EC
Tints of Turquoise #49E5EC
RGB
CMYK
RGB Variations
Color information
#49E5EC (or 0x49E5EC) is known color: Turquoise. HEX triplet: 49, E5 and EC. RGB value is (73,229,236). Sum of RGB (Red+Green+Blue) = 73+229+236=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #49E5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E5EC is #B61A13. Grayscale: #B6B6B6. Windows color (decimal): -11934228 or 15525193. OLE color: 15525193.
HSL color Cylindrical-coordinate representation of color #49E5EC: hue angle of 182.58º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E5EC is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 229 | 236 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.07 |
| HSL | 182.58º | 0.81% | 0.61% | - |
| HSV(B) | 182.58º | 0.69% | 0.93% | - |
| XYZ | 45.91 | 63.51 | 89.2 | - |
| YUV | 183.15 | 157.82 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 236 | 0.69 | 0.03 | 0 | 0.07 | 182.58 | 0.81 | 0.61 |
| Hex | 49 | E5 | EC | 45 | 3 | 0 | 7 | B7 | 51 | 3D |
| Octal | 111 | 345 | 354 | 105 | 3 | 0 | 7 | 267 | 121 | 75 |
| Binary | 1001001 | 11100101 | 11101100 | 1000101 | 11 | 0 | 111 | 10110111 | 1010001 | 111101 |
Color Harmonies of #49E5EC
Complementary color
Monochromatic Colors of #49E5EC
Black with #49E5EC
Text Example
Text Example
White with #49E5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E5EC; }
p { color: rgb(73,229,236); }
H1.HeaderClassName
{
color: #49E5EC;
}
.AnyTagClassName
{
color: #49E5EC;
}
</style>
background-color css
<style>
a { background-color: #49E5EC; }
a { background-color: rgb(73,229,236); }
div.DivClassName
{
background-color: #49E5EC;
}
.BgClassName
{
background-color: #49E5EC;
}
</style>
border-color css
<style>
span { border-color: #49E5EC; }
span { border-color: rgb(73,229,236); }
td.TdClassName
{
border-color: #49E5EC;
}
.TagClassName
{
border-color: #49E5EC;
}
</style>