Shades of Medium Turquoise #49D3CA
Tints of Medium Turquoise #49D3CA
RGB
CMYK
RGB Variations
Color information
#49D3CA (or 0x49D3CA) is known color: Medium Turquoise. HEX triplet: 49, D3 and CA. RGB value is (73,211,202). Sum of RGB (Red+Green+Blue) = 73+211+202=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #49D3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D3CA is #B62C35. Grayscale: #A8A8A8. Windows color (decimal): -11938870 or 13292361. OLE color: 13292361.
HSL color Cylindrical-coordinate representation of color #49D3CA: hue angle of 176.09º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D3CA is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 211 | 202 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.17 |
| HSL | 176.09º | 0.61% | 0.56% | - |
| HSV(B) | 176.09º | 0.65% | 0.83% | - |
| XYZ | 36.7 | 52.27 | 64.03 | - |
| YUV | 168.71 | 146.78 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 211 | 202 | 0.65 | 0 | 0.04 | 0.17 | 176.09 | 0.61 | 0.56 |
| Hex | 49 | D3 | CA | 41 | 0 | 4 | 11 | B0 | 3D | 38 |
| Octal | 111 | 323 | 312 | 101 | 0 | 4 | 21 | 260 | 75 | 70 |
| Binary | 1001001 | 11010011 | 11001010 | 1000001 | 0 | 100 | 10001 | 10110000 | 111101 | 111000 |
Color Harmonies of #49D3CA
Complementary color
Monochromatic Colors of #49D3CA
Black with #49D3CA
Text Example
Text Example
White with #49D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D3CA; }
p { color: rgb(73,211,202); }
H1.HeaderClassName
{
color: #49D3CA;
}
.AnyTagClassName
{
color: #49D3CA;
}
</style>
background-color css
<style>
a { background-color: #49D3CA; }
a { background-color: rgb(73,211,202); }
div.DivClassName
{
background-color: #49D3CA;
}
.BgClassName
{
background-color: #49D3CA;
}
</style>
border-color css
<style>
span { border-color: #49D3CA; }
span { border-color: rgb(73,211,202); }
td.TdClassName
{
border-color: #49D3CA;
}
.TagClassName
{
border-color: #49D3CA;
}
</style>