Shades of Turquoise #49ECB5
Tints of Turquoise #49ECB5
RGB
CMYK
RGB Variations
Color information
#49ECB5 (or 0x49ECB5) is known color: Turquoise. HEX triplet: 49, EC and B5. RGB value is (73,236,181). Sum of RGB (Red+Green+Blue) = 73+236+181=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECB5 is #B6134A. Grayscale: #B5B5B5. Windows color (decimal): -11932491 or 11922505. OLE color: 11922505.
HSL color Cylindrical-coordinate representation of color #49ECB5: hue angle of 159.75º 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 #49ECB5 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 181 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.07 |
| HSL | 159.75º | 0.81% | 0.61% | - |
| HSV(B) | 159.75º | 0.69% | 0.93% | - |
| XYZ | 41.08 | 64.74 | 54.05 | - |
| YUV | 180.99 | 128 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 181 | 0.69 | 0 | 0.23 | 0.07 | 159.75 | 0.81 | 0.61 |
| Hex | 49 | EC | B5 | 45 | 0 | 17 | 7 | A0 | 51 | 3D |
| Octal | 111 | 354 | 265 | 105 | 0 | 27 | 7 | 240 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10110101 | 1000101 | 0 | 10111 | 111 | 10100000 | 1010001 | 111101 |
Color Harmonies of #49ECB5
Complementary color
Monochromatic Colors of #49ECB5
Black with #49ECB5
Text Example
Text Example
White with #49ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECB5; }
p { color: rgb(73,236,181); }
H1.HeaderClassName
{
color: #49ECB5;
}
.AnyTagClassName
{
color: #49ECB5;
}
</style>
background-color css
<style>
a { background-color: #49ECB5; }
a { background-color: rgb(73,236,181); }
div.DivClassName
{
background-color: #49ECB5;
}
.BgClassName
{
background-color: #49ECB5;
}
</style>
border-color css
<style>
span { border-color: #49ECB5; }
span { border-color: rgb(73,236,181); }
td.TdClassName
{
border-color: #49ECB5;
}
.TagClassName
{
border-color: #49ECB5;
}
</style>