Shades of Medium Turquoise #49C4BE
Tints of Medium Turquoise #49C4BE
RGB
CMYK
RGB Variations
Color information
#49C4BE (or 0x49C4BE) is known color: Medium Turquoise. HEX triplet: 49, C4 and BE. RGB value is (73,196,190). Sum of RGB (Red+Green+Blue) = 73+196+190=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #49C4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C4BE is #B63B41. Grayscale: #9E9E9E. Windows color (decimal): -11942722 or 12502089. OLE color: 12502089.
HSL color Cylindrical-coordinate representation of color #49C4BE: hue angle of 177.07º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C4BE is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 190 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.23 |
| HSL | 177.07º | 0.51% | 0.53% | - |
| HSV(B) | 177.07º | 0.63% | 0.77% | - |
| XYZ | 31.78 | 44.61 | 55.65 | - |
| YUV | 158.54 | 145.75 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 190 | 0.63 | 0 | 0.03 | 0.23 | 177.07 | 0.51 | 0.53 |
| Hex | 49 | C4 | BE | 3F | 0 | 3 | 17 | B1 | 33 | 35 |
| Octal | 111 | 304 | 276 | 77 | 0 | 3 | 27 | 261 | 63 | 65 |
| Binary | 1001001 | 11000100 | 10111110 | 111111 | 0 | 11 | 10111 | 10110001 | 110011 | 110101 |
Color Harmonies of #49C4BE
Complementary color
Monochromatic Colors of #49C4BE
Black with #49C4BE
Text Example
Text Example
White with #49C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C4BE; }
p { color: rgb(73,196,190); }
H1.HeaderClassName
{
color: #49C4BE;
}
.AnyTagClassName
{
color: #49C4BE;
}
</style>
background-color css
<style>
a { background-color: #49C4BE; }
a { background-color: rgb(73,196,190); }
div.DivClassName
{
background-color: #49C4BE;
}
.BgClassName
{
background-color: #49C4BE;
}
</style>
border-color css
<style>
span { border-color: #49C4BE; }
span { border-color: rgb(73,196,190); }
td.TdClassName
{
border-color: #49C4BE;
}
.TagClassName
{
border-color: #49C4BE;
}
</style>