Shades of Medium Turquoise #49CAB5
Tints of Medium Turquoise #49CAB5
RGB
CMYK
RGB Variations
Color information
#49CAB5 (or 0x49CAB5) is known color: Medium Turquoise. HEX triplet: 49, CA and B5. RGB value is (73,202,181). Sum of RGB (Red+Green+Blue) = 73+202+181=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CAB5 is #B6354A. Grayscale: #A0A0A0. Windows color (decimal): -11941195 or 11913801. OLE color: 11913801.
HSL color Cylindrical-coordinate representation of color #49CAB5: hue angle of 170.23º 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 #49CAB5 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 181 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.21 |
| HSL | 170.23º | 0.55% | 0.54% | - |
| HSV(B) | 170.23º | 0.64% | 0.79% | - |
| XYZ | 32.21 | 46.99 | 51.09 | - |
| YUV | 161.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 181 | 0.64 | 0 | 0.10 | 0.21 | 170.23 | 0.55 | 0.54 |
| Hex | 49 | CA | B5 | 40 | 0 | A | 15 | AA | 37 | 36 |
| Octal | 111 | 312 | 265 | 100 | 0 | 12 | 25 | 252 | 67 | 66 |
| Binary | 1001001 | 11001010 | 10110101 | 1000000 | 0 | 1010 | 10101 | 10101010 | 110111 | 110110 |
Color Harmonies of #49CAB5
Complementary color
Monochromatic Colors of #49CAB5
Black with #49CAB5
Text Example
Text Example
White with #49CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CAB5; }
p { color: rgb(73,202,181); }
H1.HeaderClassName
{
color: #49CAB5;
}
.AnyTagClassName
{
color: #49CAB5;
}
</style>
background-color css
<style>
a { background-color: #49CAB5; }
a { background-color: rgb(73,202,181); }
div.DivClassName
{
background-color: #49CAB5;
}
.BgClassName
{
background-color: #49CAB5;
}
</style>
border-color css
<style>
span { border-color: #49CAB5; }
span { border-color: rgb(73,202,181); }
td.TdClassName
{
border-color: #49CAB5;
}
.TagClassName
{
border-color: #49CAB5;
}
</style>