Shades of Turquoise #49E6EC
Tints of Turquoise #49E6EC
RGB
CMYK
RGB Variations
Color information
#49E6EC (or 0x49E6EC) is known color: Turquoise. HEX triplet: 49, E6 and EC. RGB value is (73,230,236). Sum of RGB (Red+Green+Blue) = 73+230+236=539 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.54% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #49E6EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49E6EC is #B61913. Grayscale: #B7B7B7. Windows color (decimal): -11933972 or 15525449. OLE color: 15525449.
HSL color Cylindrical-coordinate representation of color #49E6EC: hue angle of 182.21º 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 #49E6EC is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 230 | 236 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.07 |
| HSL | 182.21º | 0.81% | 0.61% | - |
| HSV(B) | 182.21º | 0.69% | 0.93% | - |
| XYZ | 46.18 | 64.07 | 89.29 | - |
| YUV | 183.74 | 157.49 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 236 | 0.69 | 0.03 | 0 | 0.07 | 182.21 | 0.81 | 0.61 |
| Hex | 49 | E6 | EC | 45 | 3 | 0 | 7 | B6 | 51 | 3D |
| Octal | 111 | 346 | 354 | 105 | 3 | 0 | 7 | 266 | 121 | 75 |
| Binary | 1001001 | 11100110 | 11101100 | 1000101 | 11 | 0 | 111 | 10110110 | 1010001 | 111101 |
Color Harmonies of #49E6EC
Complementary color
Monochromatic Colors of #49E6EC
Black with #49E6EC
Text Example
Text Example
White with #49E6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E6EC; }
p { color: rgb(73,230,236); }
H1.HeaderClassName
{
color: #49E6EC;
}
.AnyTagClassName
{
color: #49E6EC;
}
</style>
background-color css
<style>
a { background-color: #49E6EC; }
a { background-color: rgb(73,230,236); }
div.DivClassName
{
background-color: #49E6EC;
}
.BgClassName
{
background-color: #49E6EC;
}
</style>
border-color css
<style>
span { border-color: #49E6EC; }
span { border-color: rgb(73,230,236); }
td.TdClassName
{
border-color: #49E6EC;
}
.TagClassName
{
border-color: #49E6EC;
}
</style>