Shades of Medium Turquoise #49D5C5
Tints of Medium Turquoise #49D5C5
RGB
CMYK
RGB Variations
Color information
#49D5C5 (or 0x49D5C5) is known color: Medium Turquoise. HEX triplet: 49, D5 and C5. RGB value is (73,213,197). Sum of RGB (Red+Green+Blue) = 73+213+197=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D5C5 is #B62A3A. Grayscale: #A9A9A9. Windows color (decimal): -11938363 or 12965193. OLE color: 12965193.
HSL color Cylindrical-coordinate representation of color #49D5C5: hue angle of 173.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D5C5 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 197 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.16 |
| HSL | 173.14º | 0.63% | 0.56% | - |
| HSV(B) | 173.14º | 0.66% | 0.84% | - |
| XYZ | 36.62 | 53.04 | 61.13 | - |
| YUV | 169.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 197 | 0.66 | 0 | 0.08 | 0.16 | 173.14 | 0.63 | 0.56 |
| Hex | 49 | D5 | C5 | 42 | 0 | 8 | 10 | AD | 3E | 38 |
| Octal | 111 | 325 | 305 | 102 | 0 | 10 | 20 | 255 | 76 | 70 |
| Binary | 1001001 | 11010101 | 11000101 | 1000010 | 0 | 1000 | 10000 | 10101101 | 111110 | 111000 |
Color Harmonies of #49D5C5
Complementary color
Monochromatic Colors of #49D5C5
Black with #49D5C5
Text Example
Text Example
White with #49D5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D5C5; }
p { color: rgb(73,213,197); }
H1.HeaderClassName
{
color: #49D5C5;
}
.AnyTagClassName
{
color: #49D5C5;
}
</style>
background-color css
<style>
a { background-color: #49D5C5; }
a { background-color: rgb(73,213,197); }
div.DivClassName
{
background-color: #49D5C5;
}
.BgClassName
{
background-color: #49D5C5;
}
</style>
border-color css
<style>
span { border-color: #49D5C5; }
span { border-color: rgb(73,213,197); }
td.TdClassName
{
border-color: #49D5C5;
}
.TagClassName
{
border-color: #49D5C5;
}
</style>