Shades of Medium Turquoise #49D5BE
Tints of Medium Turquoise #49D5BE
RGB
CMYK
RGB Variations
Color information
#49D5BE (or 0x49D5BE) is known color: Medium Turquoise. HEX triplet: 49, D5 and BE. RGB value is (73,213,190). Sum of RGB (Red+Green+Blue) = 73+213+190=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D5BE is #B62A41. Grayscale: #A8A8A8. Windows color (decimal): -11938370 or 12506441. OLE color: 12506441.
HSL color Cylindrical-coordinate representation of color #49D5BE: hue angle of 170.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 #49D5BE is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 190 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.16 |
| HSL | 170.14º | 0.63% | 0.56% | - |
| HSV(B) | 170.14º | 0.66% | 0.84% | - |
| XYZ | 35.84 | 52.72 | 57 | - |
| YUV | 168.52 | 140.12 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 190 | 0.66 | 0 | 0.11 | 0.16 | 170.14 | 0.63 | 0.56 |
| Hex | 49 | D5 | BE | 42 | 0 | B | 10 | AA | 3E | 38 |
| Octal | 111 | 325 | 276 | 102 | 0 | 13 | 20 | 252 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10111110 | 1000010 | 0 | 1011 | 10000 | 10101010 | 111110 | 111000 |
Color Harmonies of #49D5BE
Complementary color
Monochromatic Colors of #49D5BE
Black with #49D5BE
Text Example
Text Example
White with #49D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D5BE; }
p { color: rgb(73,213,190); }
H1.HeaderClassName
{
color: #49D5BE;
}
.AnyTagClassName
{
color: #49D5BE;
}
</style>
background-color css
<style>
a { background-color: #49D5BE; }
a { background-color: rgb(73,213,190); }
div.DivClassName
{
background-color: #49D5BE;
}
.BgClassName
{
background-color: #49D5BE;
}
</style>
border-color css
<style>
span { border-color: #49D5BE; }
span { border-color: rgb(73,213,190); }
td.TdClassName
{
border-color: #49D5BE;
}
.TagClassName
{
border-color: #49D5BE;
}
</style>