Shades of Medium Turquoise #49C6CA
Tints of Medium Turquoise #49C6CA
RGB
CMYK
RGB Variations
Color information
#49C6CA (or 0x49C6CA) is known color: Medium Turquoise. HEX triplet: 49, C6 and CA. RGB value is (73,198,202). Sum of RGB (Red+Green+Blue) = 73+198+202=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #49C6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C6CA is #B63935. Grayscale: #A0A0A0. Windows color (decimal): -11942198 or 13289033. OLE color: 13289033.
HSL color Cylindrical-coordinate representation of color #49C6CA: hue angle of 181.86º 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 #49C6CA is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 198 | 202 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.21 |
| HSL | 181.86º | 0.55% | 0.54% | - |
| HSV(B) | 181.86º | 0.64% | 0.79% | - |
| XYZ | 33.6 | 46.07 | 63 | - |
| YUV | 161.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 202 | 0.64 | 0.02 | 0 | 0.21 | 181.86 | 0.55 | 0.54 |
| Hex | 49 | C6 | CA | 40 | 2 | 0 | 15 | B6 | 37 | 36 |
| Octal | 111 | 306 | 312 | 100 | 2 | 0 | 25 | 266 | 67 | 66 |
| Binary | 1001001 | 11000110 | 11001010 | 1000000 | 10 | 0 | 10101 | 10110110 | 110111 | 110110 |
Color Harmonies of #49C6CA
Complementary color
Monochromatic Colors of #49C6CA
Black with #49C6CA
Text Example
Text Example
White with #49C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C6CA; }
p { color: rgb(73,198,202); }
H1.HeaderClassName
{
color: #49C6CA;
}
.AnyTagClassName
{
color: #49C6CA;
}
</style>
background-color css
<style>
a { background-color: #49C6CA; }
a { background-color: rgb(73,198,202); }
div.DivClassName
{
background-color: #49C6CA;
}
.BgClassName
{
background-color: #49C6CA;
}
</style>
border-color css
<style>
span { border-color: #49C6CA; }
span { border-color: rgb(73,198,202); }
td.TdClassName
{
border-color: #49C6CA;
}
.TagClassName
{
border-color: #49C6CA;
}
</style>