Shades of Turquoise #49ECB0
Tints of Turquoise #49ECB0
RGB
CMYK
RGB Variations
Color information
#49ECB0 (or 0x49ECB0) is known color: Turquoise. HEX triplet: 49, EC and B0. RGB value is (73,236,176). Sum of RGB (Red+Green+Blue) = 73+236+176=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ECB0 is #B6134F. Grayscale: #B4B4B4. Windows color (decimal): -11932496 or 11594825. OLE color: 11594825.
HSL color Cylindrical-coordinate representation of color #49ECB0: hue angle of 157.91º 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 #49ECB0 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 176 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.07 |
| HSL | 157.91º | 0.81% | 0.61% | - |
| HSV(B) | 157.91º | 0.69% | 0.93% | - |
| XYZ | 40.58 | 64.54 | 51.39 | - |
| YUV | 180.42 | 125.5 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 176 | 0.69 | 0 | 0.25 | 0.07 | 157.91 | 0.81 | 0.61 |
| Hex | 49 | EC | B0 | 45 | 0 | 19 | 7 | 9E | 51 | 3D |
| Octal | 111 | 354 | 260 | 105 | 0 | 31 | 7 | 236 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10110000 | 1000101 | 0 | 11001 | 111 | 10011110 | 1010001 | 111101 |
Color Harmonies of #49ECB0
Complementary color
Monochromatic Colors of #49ECB0
Black with #49ECB0
Text Example
Text Example
White with #49ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECB0; }
p { color: rgb(73,236,176); }
H1.HeaderClassName
{
color: #49ECB0;
}
.AnyTagClassName
{
color: #49ECB0;
}
</style>
background-color css
<style>
a { background-color: #49ECB0; }
a { background-color: rgb(73,236,176); }
div.DivClassName
{
background-color: #49ECB0;
}
.BgClassName
{
background-color: #49ECB0;
}
</style>
border-color css
<style>
span { border-color: #49ECB0; }
span { border-color: rgb(73,236,176); }
td.TdClassName
{
border-color: #49ECB0;
}
.TagClassName
{
border-color: #49ECB0;
}
</style>