Shades of Turquoise #49E7B8
Tints of Turquoise #49E7B8
RGB
CMYK
RGB Variations
Color information
#49E7B8 (or 0x49E7B8) is known color: Turquoise. HEX triplet: 49, E7 and B8. RGB value is (73,231,184). Sum of RGB (Red+Green+Blue) = 73+231+184=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #49E7B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E7B8 is #B61847. Grayscale: #B2B2B2. Windows color (decimal): -11933768 or 12117833. OLE color: 12117833.
HSL color Cylindrical-coordinate representation of color #49E7B8: hue angle of 162.15º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E7B8 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 184 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.09 |
| HSL | 162.15º | 0.77% | 0.6% | - |
| HSV(B) | 162.15º | 0.68% | 0.91% | - |
| XYZ | 39.98 | 62.03 | 55.21 | - |
| YUV | 178.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 184 | 0.68 | 0 | 0.20 | 0.09 | 162.15 | 0.77 | 0.6 |
| Hex | 49 | E7 | B8 | 44 | 0 | 14 | 9 | A2 | 4D | 3C |
| Octal | 111 | 347 | 270 | 104 | 0 | 24 | 11 | 242 | 115 | 74 |
| Binary | 1001001 | 11100111 | 10111000 | 1000100 | 0 | 10100 | 1001 | 10100010 | 1001101 | 111100 |
Color Harmonies of #49E7B8
Complementary color
Monochromatic Colors of #49E7B8
Black with #49E7B8
Text Example
Text Example
White with #49E7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E7B8; }
p { color: rgb(73,231,184); }
H1.HeaderClassName
{
color: #49E7B8;
}
.AnyTagClassName
{
color: #49E7B8;
}
</style>
background-color css
<style>
a { background-color: #49E7B8; }
a { background-color: rgb(73,231,184); }
div.DivClassName
{
background-color: #49E7B8;
}
.BgClassName
{
background-color: #49E7B8;
}
</style>
border-color css
<style>
span { border-color: #49E7B8; }
span { border-color: rgb(73,231,184); }
td.TdClassName
{
border-color: #49E7B8;
}
.TagClassName
{
border-color: #49E7B8;
}
</style>