Shades of Medium Turquoise #49C8BE
Tints of Medium Turquoise #49C8BE
RGB
CMYK
RGB Variations
Color information
#49C8BE (or 0x49C8BE) is known color: Medium Turquoise. HEX triplet: 49, C8 and BE. RGB value is (73,200,190). Sum of RGB (Red+Green+Blue) = 73+200+190=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #49C8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C8BE is #B63741. Grayscale: #A0A0A0. Windows color (decimal): -11941698 or 12503113. OLE color: 12503113.
HSL color Cylindrical-coordinate representation of color #49C8BE: hue angle of 175.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C8BE is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 190 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.22 |
| HSL | 175.28º | 0.54% | 0.54% | - |
| HSV(B) | 175.28º | 0.64% | 0.78% | - |
| XYZ | 32.7 | 46.44 | 55.96 | - |
| YUV | 160.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 190 | 0.64 | 0 | 0.05 | 0.22 | 175.28 | 0.54 | 0.54 |
| Hex | 49 | C8 | BE | 40 | 0 | 5 | 16 | AF | 36 | 36 |
| Octal | 111 | 310 | 276 | 100 | 0 | 5 | 26 | 257 | 66 | 66 |
| Binary | 1001001 | 11001000 | 10111110 | 1000000 | 0 | 101 | 10110 | 10101111 | 110110 | 110110 |
Color Harmonies of #49C8BE
Complementary color
Monochromatic Colors of #49C8BE
Black with #49C8BE
Text Example
Text Example
White with #49C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C8BE; }
p { color: rgb(73,200,190); }
H1.HeaderClassName
{
color: #49C8BE;
}
.AnyTagClassName
{
color: #49C8BE;
}
</style>
background-color css
<style>
a { background-color: #49C8BE; }
a { background-color: rgb(73,200,190); }
div.DivClassName
{
background-color: #49C8BE;
}
.BgClassName
{
background-color: #49C8BE;
}
</style>
border-color css
<style>
span { border-color: #49C8BE; }
span { border-color: rgb(73,200,190); }
td.TdClassName
{
border-color: #49C8BE;
}
.TagClassName
{
border-color: #49C8BE;
}
</style>