Shades of Turquoise #49E8BB
Tints of Turquoise #49E8BB
RGB
CMYK
RGB Variations
Color information
#49E8BB (or 0x49E8BB) is known color: Turquoise. HEX triplet: 49, E8 and BB. RGB value is (73,232,187). Sum of RGB (Red+Green+Blue) = 73+232+187=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #49E8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E8BB is #B61744. Grayscale: #B3B3B3. Windows color (decimal): -11933509 or 12314697. OLE color: 12314697.
HSL color Cylindrical-coordinate representation of color #49E8BB: hue angle of 163.02º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E8BB is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 187 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.09 |
| HSL | 163.02º | 0.78% | 0.6% | - |
| HSV(B) | 163.02º | 0.69% | 0.91% | - |
| XYZ | 40.57 | 62.72 | 56.98 | - |
| YUV | 179.33 | 132.32 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 187 | 0.69 | 0 | 0.19 | 0.09 | 163.02 | 0.78 | 0.6 |
| Hex | 49 | E8 | BB | 45 | 0 | 13 | 9 | A3 | 4E | 3C |
| Octal | 111 | 350 | 273 | 105 | 0 | 23 | 11 | 243 | 116 | 74 |
| Binary | 1001001 | 11101000 | 10111011 | 1000101 | 0 | 10011 | 1001 | 10100011 | 1001110 | 111100 |
Color Harmonies of #49E8BB
Complementary color
Monochromatic Colors of #49E8BB
Black with #49E8BB
Text Example
Text Example
White with #49E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E8BB; }
p { color: rgb(73,232,187); }
H1.HeaderClassName
{
color: #49E8BB;
}
.AnyTagClassName
{
color: #49E8BB;
}
</style>
background-color css
<style>
a { background-color: #49E8BB; }
a { background-color: rgb(73,232,187); }
div.DivClassName
{
background-color: #49E8BB;
}
.BgClassName
{
background-color: #49E8BB;
}
</style>
border-color css
<style>
span { border-color: #49E8BB; }
span { border-color: rgb(73,232,187); }
td.TdClassName
{
border-color: #49E8BB;
}
.TagClassName
{
border-color: #49E8BB;
}
</style>