Shades of Medium Turquoise #49C2BE
Tints of Medium Turquoise #49C2BE
RGB
CMYK
RGB Variations
Color information
#49C2BE (or 0x49C2BE) is known color: Medium Turquoise. HEX triplet: 49, C2 and BE. RGB value is (73,194,190). Sum of RGB (Red+Green+Blue) = 73+194+190=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2BE is #B63D41. Grayscale: #9D9D9D. Windows color (decimal): -11943234 or 12501577. OLE color: 12501577.
HSL color Cylindrical-coordinate representation of color #49C2BE: hue angle of 178.02º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C2BE is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 190 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.24 |
| HSL | 178.02º | 0.5% | 0.52% | - |
| HSV(B) | 178.02º | 0.62% | 0.76% | - |
| XYZ | 31.33 | 43.72 | 55.5 | - |
| YUV | 157.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 190 | 0.62 | 0 | 0.02 | 0.24 | 178.02 | 0.5 | 0.52 |
| Hex | 49 | C2 | BE | 3E | 0 | 2 | 18 | B2 | 32 | 34 |
| Octal | 111 | 302 | 276 | 76 | 0 | 2 | 30 | 262 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10111110 | 111110 | 0 | 10 | 11000 | 10110010 | 110010 | 110100 |
Color Harmonies of #49C2BE
Complementary color
Monochromatic Colors of #49C2BE
Black with #49C2BE
Text Example
Text Example
White with #49C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2BE; }
p { color: rgb(73,194,190); }
H1.HeaderClassName
{
color: #49C2BE;
}
.AnyTagClassName
{
color: #49C2BE;
}
</style>
background-color css
<style>
a { background-color: #49C2BE; }
a { background-color: rgb(73,194,190); }
div.DivClassName
{
background-color: #49C2BE;
}
.BgClassName
{
background-color: #49C2BE;
}
</style>
border-color css
<style>
span { border-color: #49C2BE; }
span { border-color: rgb(73,194,190); }
td.TdClassName
{
border-color: #49C2BE;
}
.TagClassName
{
border-color: #49C2BE;
}
</style>