Shades of Medium Turquoise #49D6B7
Tints of Medium Turquoise #49D6B7
RGB
CMYK
RGB Variations
Color information
#49D6B7 (or 0x49D6B7) is known color: Medium Turquoise. HEX triplet: 49, D6 and B7. RGB value is (73,214,183). Sum of RGB (Red+Green+Blue) = 73+214+183=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D6B7 is #B62948. Grayscale: #A8A8A8. Windows color (decimal): -11938121 or 12047945. OLE color: 12047945.
HSL color Cylindrical-coordinate representation of color #49D6B7: hue angle of 166.81º degrees, saturation: 0.63, 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 #49D6B7 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 183 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.16 |
| HSL | 166.81º | 0.63% | 0.56% | - |
| HSV(B) | 166.81º | 0.66% | 0.84% | - |
| XYZ | 35.34 | 52.93 | 53.15 | - |
| YUV | 168.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 183 | 0.66 | 0 | 0.14 | 0.16 | 166.81 | 0.63 | 0.56 |
| Hex | 49 | D6 | B7 | 42 | 0 | E | 10 | A7 | 3F | 38 |
| Octal | 111 | 326 | 267 | 102 | 0 | 16 | 20 | 247 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10110111 | 1000010 | 0 | 1110 | 10000 | 10100111 | 111111 | 111000 |
Color Harmonies of #49D6B7
Complementary color
Monochromatic Colors of #49D6B7
Black with #49D6B7
Text Example
Text Example
White with #49D6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D6B7; }
p { color: rgb(73,214,183); }
H1.HeaderClassName
{
color: #49D6B7;
}
.AnyTagClassName
{
color: #49D6B7;
}
</style>
background-color css
<style>
a { background-color: #49D6B7; }
a { background-color: rgb(73,214,183); }
div.DivClassName
{
background-color: #49D6B7;
}
.BgClassName
{
background-color: #49D6B7;
}
</style>
border-color css
<style>
span { border-color: #49D6B7; }
span { border-color: rgb(73,214,183); }
td.TdClassName
{
border-color: #49D6B7;
}
.TagClassName
{
border-color: #49D6B7;
}
</style>