Shades of Turquoise #49E7EC
Tints of Turquoise #49E7EC
RGB
CMYK
RGB Variations
Color information
#49E7EC (or 0x49E7EC) is known color: Turquoise. HEX triplet: 49, E7 and EC. RGB value is (73,231,236). Sum of RGB (Red+Green+Blue) = 73+231+236=540 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.52% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #49E7EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49E7EC is #B61813. Grayscale: #B8B8B8. Windows color (decimal): -11933716 or 15525705. OLE color: 15525705.
HSL color Cylindrical-coordinate representation of color #49E7EC: hue angle of 181.84º 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 #49E7EC is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 231 | 236 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.07 |
| HSL | 181.84º | 0.81% | 0.61% | - |
| HSV(B) | 181.84º | 0.69% | 0.93% | - |
| XYZ | 46.46 | 64.62 | 89.38 | - |
| YUV | 184.33 | 157.15 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 236 | 0.69 | 0.02 | 0 | 0.07 | 181.84 | 0.81 | 0.61 |
| Hex | 49 | E7 | EC | 45 | 2 | 0 | 7 | B6 | 51 | 3D |
| Octal | 111 | 347 | 354 | 105 | 2 | 0 | 7 | 266 | 121 | 75 |
| Binary | 1001001 | 11100111 | 11101100 | 1000101 | 10 | 0 | 111 | 10110110 | 1010001 | 111101 |
Color Harmonies of #49E7EC
Complementary color
Monochromatic Colors of #49E7EC
Black with #49E7EC
Text Example
Text Example
White with #49E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E7EC; }
p { color: rgb(73,231,236); }
H1.HeaderClassName
{
color: #49E7EC;
}
.AnyTagClassName
{
color: #49E7EC;
}
</style>
background-color css
<style>
a { background-color: #49E7EC; }
a { background-color: rgb(73,231,236); }
div.DivClassName
{
background-color: #49E7EC;
}
.BgClassName
{
background-color: #49E7EC;
}
</style>
border-color css
<style>
span { border-color: #49E7EC; }
span { border-color: rgb(73,231,236); }
td.TdClassName
{
border-color: #49E7EC;
}
.TagClassName
{
border-color: #49E7EC;
}
</style>