Shades of Medium Turquoise #49C1BB
Tints of Medium Turquoise #49C1BB
RGB
CMYK
RGB Variations
Color information
#49C1BB (or 0x49C1BB) is known color: Medium Turquoise. HEX triplet: 49, C1 and BB. RGB value is (73,193,187). Sum of RGB (Red+Green+Blue) = 73+193+187=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #49C1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C1BB is #B63E44. Grayscale: #9C9C9C. Windows color (decimal): -11943493 or 12304713. OLE color: 12304713.
HSL color Cylindrical-coordinate representation of color #49C1BB: hue angle of 177º degrees, saturation: 0.49, 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 #49C1BB is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 187 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.24 |
| HSL | 177º | 0.49% | 0.52% | - |
| HSV(B) | 177º | 0.62% | 0.76% | - |
| XYZ | 30.79 | 43.14 | 53.72 | - |
| YUV | 156.44 | 145.24 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 187 | 0.62 | 0 | 0.03 | 0.24 | 177 | 0.49 | 0.52 |
| Hex | 49 | C1 | BB | 3E | 0 | 3 | 18 | B1 | 31 | 34 |
| Octal | 111 | 301 | 273 | 76 | 0 | 3 | 30 | 261 | 61 | 64 |
| Binary | 1001001 | 11000001 | 10111011 | 111110 | 0 | 11 | 11000 | 10110001 | 110001 | 110100 |
Color Harmonies of #49C1BB
Complementary color
Monochromatic Colors of #49C1BB
Black with #49C1BB
Text Example
Text Example
White with #49C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1BB; }
p { color: rgb(73,193,187); }
H1.HeaderClassName
{
color: #49C1BB;
}
.AnyTagClassName
{
color: #49C1BB;
}
</style>
background-color css
<style>
a { background-color: #49C1BB; }
a { background-color: rgb(73,193,187); }
div.DivClassName
{
background-color: #49C1BB;
}
.BgClassName
{
background-color: #49C1BB;
}
</style>
border-color css
<style>
span { border-color: #49C1BB; }
span { border-color: rgb(73,193,187); }
td.TdClassName
{
border-color: #49C1BB;
}
.TagClassName
{
border-color: #49C1BB;
}
</style>