Shades of Medium Turquoise #49C5CD
Tints of Medium Turquoise #49C5CD
RGB
CMYK
RGB Variations
Color information
#49C5CD (or 0x49C5CD) is known color: Medium Turquoise. HEX triplet: 49, C5 and CD. RGB value is (73,197,205). Sum of RGB (Red+Green+Blue) = 73+197+205=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #49C5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5CD is #B63A32. Grayscale: #A0A0A0. Windows color (decimal): -11942451 or 13485385. OLE color: 13485385.
HSL color Cylindrical-coordinate representation of color #49C5CD: hue angle of 183.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C5CD is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 197 | 205 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.20 |
| HSL | 183.64º | 0.57% | 0.55% | - |
| HSV(B) | 183.64º | 0.64% | 0.8% | - |
| XYZ | 33.73 | 45.76 | 64.81 | - |
| YUV | 160.84 | 152.92 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 205 | 0.64 | 0.04 | 0 | 0.20 | 183.64 | 0.57 | 0.55 |
| Hex | 49 | C5 | CD | 40 | 4 | 0 | 14 | B8 | 39 | 37 |
| Octal | 111 | 305 | 315 | 100 | 4 | 0 | 24 | 270 | 71 | 67 |
| Binary | 1001001 | 11000101 | 11001101 | 1000000 | 100 | 0 | 10100 | 10111000 | 111001 | 110111 |
Color Harmonies of #49C5CD
Complementary color
Monochromatic Colors of #49C5CD
Black with #49C5CD
Text Example
Text Example
White with #49C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C5CD; }
p { color: rgb(73,197,205); }
H1.HeaderClassName
{
color: #49C5CD;
}
.AnyTagClassName
{
color: #49C5CD;
}
</style>
background-color css
<style>
a { background-color: #49C5CD; }
a { background-color: rgb(73,197,205); }
div.DivClassName
{
background-color: #49C5CD;
}
.BgClassName
{
background-color: #49C5CD;
}
</style>
border-color css
<style>
span { border-color: #49C5CD; }
span { border-color: rgb(73,197,205); }
td.TdClassName
{
border-color: #49C5CD;
}
.TagClassName
{
border-color: #49C5CD;
}
</style>