Shades of Medium Turquoise #49C5C2
Tints of Medium Turquoise #49C5C2
RGB
CMYK
RGB Variations
Color information
#49C5C2 (or 0x49C5C2) is known color: Medium Turquoise. HEX triplet: 49, C5 and C2. RGB value is (73,197,194). Sum of RGB (Red+Green+Blue) = 73+197+194=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #49C5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5C2 is #B63A3D. Grayscale: #9F9F9F. Windows color (decimal): -11942462 or 12764489. OLE color: 12764489.
HSL color Cylindrical-coordinate representation of color #49C5C2: hue angle of 178.55º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C5C2 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 194 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.23 |
| HSL | 178.55º | 0.52% | 0.53% | - |
| HSV(B) | 178.55º | 0.63% | 0.77% | - |
| XYZ | 32.45 | 45.24 | 58.06 | - |
| YUV | 159.58 | 147.42 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 194 | 0.63 | 0 | 0.02 | 0.23 | 178.55 | 0.52 | 0.53 |
| Hex | 49 | C5 | C2 | 3F | 0 | 2 | 17 | B3 | 34 | 35 |
| Octal | 111 | 305 | 302 | 77 | 0 | 2 | 27 | 263 | 64 | 65 |
| Binary | 1001001 | 11000101 | 11000010 | 111111 | 0 | 10 | 10111 | 10110011 | 110100 | 110101 |
Color Harmonies of #49C5C2
Complementary color
Monochromatic Colors of #49C5C2
Black with #49C5C2
Text Example
Text Example
White with #49C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C5C2; }
p { color: rgb(73,197,194); }
H1.HeaderClassName
{
color: #49C5C2;
}
.AnyTagClassName
{
color: #49C5C2;
}
</style>
background-color css
<style>
a { background-color: #49C5C2; }
a { background-color: rgb(73,197,194); }
div.DivClassName
{
background-color: #49C5C2;
}
.BgClassName
{
background-color: #49C5C2;
}
</style>
border-color css
<style>
span { border-color: #49C5C2; }
span { border-color: rgb(73,197,194); }
td.TdClassName
{
border-color: #49C5C2;
}
.TagClassName
{
border-color: #49C5C2;
}
</style>