Shades of Turquoise #49ECB8
Tints of Turquoise #49ECB8
RGB
CMYK
RGB Variations
Color information
#49ECB8 (or 0x49ECB8) is known color: Turquoise. HEX triplet: 49, EC and B8. RGB value is (73,236,184). Sum of RGB (Red+Green+Blue) = 73+236+184=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECB8 is #B61347. Grayscale: #B5B5B5. Windows color (decimal): -11932488 or 12119113. OLE color: 12119113.
HSL color Cylindrical-coordinate representation of color #49ECB8: hue angle of 160.86º 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 #49ECB8 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 184 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.07 |
| HSL | 160.86º | 0.81% | 0.61% | - |
| HSV(B) | 160.86º | 0.69% | 0.93% | - |
| XYZ | 41.39 | 64.87 | 55.69 | - |
| YUV | 181.34 | 129.5 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 184 | 0.69 | 0 | 0.22 | 0.07 | 160.86 | 0.81 | 0.61 |
| Hex | 49 | EC | B8 | 45 | 0 | 16 | 7 | A1 | 51 | 3D |
| Octal | 111 | 354 | 270 | 105 | 0 | 26 | 7 | 241 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10111000 | 1000101 | 0 | 10110 | 111 | 10100001 | 1010001 | 111101 |
Color Harmonies of #49ECB8
Complementary color
Monochromatic Colors of #49ECB8
Black with #49ECB8
Text Example
Text Example
White with #49ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECB8; }
p { color: rgb(73,236,184); }
H1.HeaderClassName
{
color: #49ECB8;
}
.AnyTagClassName
{
color: #49ECB8;
}
</style>
background-color css
<style>
a { background-color: #49ECB8; }
a { background-color: rgb(73,236,184); }
div.DivClassName
{
background-color: #49ECB8;
}
.BgClassName
{
background-color: #49ECB8;
}
</style>
border-color css
<style>
span { border-color: #49ECB8; }
span { border-color: rgb(73,236,184); }
td.TdClassName
{
border-color: #49ECB8;
}
.TagClassName
{
border-color: #49ECB8;
}
</style>