Shades of Medium Turquoise #49CABB
Tints of Medium Turquoise #49CABB
RGB
CMYK
RGB Variations
Color information
#49CABB (or 0x49CABB) is known color: Medium Turquoise. HEX triplet: 49, CA and BB. RGB value is (73,202,187). Sum of RGB (Red+Green+Blue) = 73+202+187=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #49CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CABB is #B63544. Grayscale: #A1A1A1. Windows color (decimal): -11941189 or 12307017. OLE color: 12307017.
HSL color Cylindrical-coordinate representation of color #49CABB: hue angle of 173.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CABB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 187 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.21 |
| HSL | 173.02º | 0.55% | 0.54% | - |
| HSV(B) | 173.02º | 0.64% | 0.79% | - |
| XYZ | 32.84 | 47.25 | 54.4 | - |
| YUV | 161.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 187 | 0.64 | 0 | 0.07 | 0.21 | 173.02 | 0.55 | 0.54 |
| Hex | 49 | CA | BB | 40 | 0 | 7 | 15 | AD | 37 | 36 |
| Octal | 111 | 312 | 273 | 100 | 0 | 7 | 25 | 255 | 67 | 66 |
| Binary | 1001001 | 11001010 | 10111011 | 1000000 | 0 | 111 | 10101 | 10101101 | 110111 | 110110 |
Color Harmonies of #49CABB
Complementary color
Monochromatic Colors of #49CABB
Black with #49CABB
Text Example
Text Example
White with #49CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CABB; }
p { color: rgb(73,202,187); }
H1.HeaderClassName
{
color: #49CABB;
}
.AnyTagClassName
{
color: #49CABB;
}
</style>
background-color css
<style>
a { background-color: #49CABB; }
a { background-color: rgb(73,202,187); }
div.DivClassName
{
background-color: #49CABB;
}
.BgClassName
{
background-color: #49CABB;
}
</style>
border-color css
<style>
span { border-color: #49CABB; }
span { border-color: rgb(73,202,187); }
td.TdClassName
{
border-color: #49CABB;
}
.TagClassName
{
border-color: #49CABB;
}
</style>