Shades of Medium Turquoise #49C4CD
Tints of Medium Turquoise #49C4CD
RGB
CMYK
RGB Variations
Color information
#49C4CD (or 0x49C4CD) is known color: Medium Turquoise. HEX triplet: 49, C4 and CD. RGB value is (73,196,205). Sum of RGB (Red+Green+Blue) = 73+196+205=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #49C4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C4CD is #B63B32. Grayscale: #A0A0A0. Windows color (decimal): -11942707 or 13485129. OLE color: 13485129.
HSL color Cylindrical-coordinate representation of color #49C4CD: hue angle of 184.09º 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 #49C4CD is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 196 | 205 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.20 |
| HSL | 184.09º | 0.57% | 0.55% | - |
| HSV(B) | 184.09º | 0.64% | 0.8% | - |
| XYZ | 33.51 | 45.3 | 64.74 | - |
| YUV | 160.25 | 153.25 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 205 | 0.64 | 0.04 | 0 | 0.20 | 184.09 | 0.57 | 0.55 |
| Hex | 49 | C4 | CD | 40 | 4 | 0 | 14 | B8 | 39 | 37 |
| Octal | 111 | 304 | 315 | 100 | 4 | 0 | 24 | 270 | 71 | 67 |
| Binary | 1001001 | 11000100 | 11001101 | 1000000 | 100 | 0 | 10100 | 10111000 | 111001 | 110111 |
Color Harmonies of #49C4CD
Complementary color
Monochromatic Colors of #49C4CD
Black with #49C4CD
Text Example
Text Example
White with #49C4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C4CD; }
p { color: rgb(73,196,205); }
H1.HeaderClassName
{
color: #49C4CD;
}
.AnyTagClassName
{
color: #49C4CD;
}
</style>
background-color css
<style>
a { background-color: #49C4CD; }
a { background-color: rgb(73,196,205); }
div.DivClassName
{
background-color: #49C4CD;
}
.BgClassName
{
background-color: #49C4CD;
}
</style>
border-color css
<style>
span { border-color: #49C4CD; }
span { border-color: rgb(73,196,205); }
td.TdClassName
{
border-color: #49C4CD;
}
.TagClassName
{
border-color: #49C4CD;
}
</style>