Shades of Medium Turquoise #49C2BB
Tints of Medium Turquoise #49C2BB
RGB
CMYK
RGB Variations
Color information
#49C2BB (or 0x49C2BB) is known color: Medium Turquoise. HEX triplet: 49, C2 and BB. RGB value is (73,194,187). Sum of RGB (Red+Green+Blue) = 73+194+187=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2BB is #B63D44. Grayscale: #9C9C9C. Windows color (decimal): -11943237 or 12304969. OLE color: 12304969.
HSL color Cylindrical-coordinate representation of color #49C2BB: hue angle of 176.53º 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 #49C2BB is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 187 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.24 |
| HSL | 176.53º | 0.5% | 0.52% | - |
| HSV(B) | 176.53º | 0.62% | 0.76% | - |
| XYZ | 31.01 | 43.59 | 53.79 | - |
| YUV | 157.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 187 | 0.62 | 0 | 0.04 | 0.24 | 176.53 | 0.5 | 0.52 |
| Hex | 49 | C2 | BB | 3E | 0 | 4 | 18 | B1 | 32 | 34 |
| Octal | 111 | 302 | 273 | 76 | 0 | 4 | 30 | 261 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10111011 | 111110 | 0 | 100 | 11000 | 10110001 | 110010 | 110100 |
Color Harmonies of #49C2BB
Complementary color
Monochromatic Colors of #49C2BB
Black with #49C2BB
Text Example
Text Example
White with #49C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2BB; }
p { color: rgb(73,194,187); }
H1.HeaderClassName
{
color: #49C2BB;
}
.AnyTagClassName
{
color: #49C2BB;
}
</style>
background-color css
<style>
a { background-color: #49C2BB; }
a { background-color: rgb(73,194,187); }
div.DivClassName
{
background-color: #49C2BB;
}
.BgClassName
{
background-color: #49C2BB;
}
</style>
border-color css
<style>
span { border-color: #49C2BB; }
span { border-color: rgb(73,194,187); }
td.TdClassName
{
border-color: #49C2BB;
}
.TagClassName
{
border-color: #49C2BB;
}
</style>