Shades of Turquoise #49E2EC
Tints of Turquoise #49E2EC
RGB
CMYK
RGB Variations
Color information
#49E2EC (or 0x49E2EC) is known color: Turquoise. HEX triplet: 49, E2 and EC. RGB value is (73,226,236). Sum of RGB (Red+Green+Blue) = 73+226+236=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #49E2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E2EC is #B61D13. Grayscale: #B5B5B5. Windows color (decimal): -11934996 or 15524425. OLE color: 15524425.
HSL color Cylindrical-coordinate representation of color #49E2EC: hue angle of 183.68º 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 #49E2EC is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 226 | 236 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.07 |
| HSL | 183.68º | 0.81% | 0.61% | - |
| HSV(B) | 183.68º | 0.69% | 0.93% | - |
| XYZ | 45.08 | 61.87 | 88.92 | - |
| YUV | 181.39 | 158.81 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 236 | 0.69 | 0.04 | 0 | 0.07 | 183.68 | 0.81 | 0.61 |
| Hex | 49 | E2 | EC | 45 | 4 | 0 | 7 | B8 | 51 | 3D |
| Octal | 111 | 342 | 354 | 105 | 4 | 0 | 7 | 270 | 121 | 75 |
| Binary | 1001001 | 11100010 | 11101100 | 1000101 | 100 | 0 | 111 | 10111000 | 1010001 | 111101 |
Color Harmonies of #49E2EC
Complementary color
Monochromatic Colors of #49E2EC
Black with #49E2EC
Text Example
Text Example
White with #49E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E2EC; }
p { color: rgb(73,226,236); }
H1.HeaderClassName
{
color: #49E2EC;
}
.AnyTagClassName
{
color: #49E2EC;
}
</style>
background-color css
<style>
a { background-color: #49E2EC; }
a { background-color: rgb(73,226,236); }
div.DivClassName
{
background-color: #49E2EC;
}
.BgClassName
{
background-color: #49E2EC;
}
</style>
border-color css
<style>
span { border-color: #49E2EC; }
span { border-color: rgb(73,226,236); }
td.TdClassName
{
border-color: #49E2EC;
}
.TagClassName
{
border-color: #49E2EC;
}
</style>