Shades of Medium Turquoise #49D6BC
Tints of Medium Turquoise #49D6BC
RGB
CMYK
RGB Variations
Color information
#49D6BC (or 0x49D6BC) is known color: Medium Turquoise. HEX triplet: 49, D6 and BC. RGB value is (73,214,188). Sum of RGB (Red+Green+Blue) = 73+214+188=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D6BC is #B62943. Grayscale: #A8A8A8. Windows color (decimal): -11938116 or 12375625. OLE color: 12375625.
HSL color Cylindrical-coordinate representation of color #49D6BC: hue angle of 168.94º 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 #49D6BC is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 188 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.16 |
| HSL | 168.94º | 0.63% | 0.56% | - |
| HSV(B) | 168.94º | 0.66% | 0.84% | - |
| XYZ | 35.87 | 53.14 | 55.94 | - |
| YUV | 168.88 | 138.79 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 188 | 0.66 | 0 | 0.12 | 0.16 | 168.94 | 0.63 | 0.56 |
| Hex | 49 | D6 | BC | 42 | 0 | C | 10 | A9 | 3F | 38 |
| Octal | 111 | 326 | 274 | 102 | 0 | 14 | 20 | 251 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10111100 | 1000010 | 0 | 1100 | 10000 | 10101001 | 111111 | 111000 |
Color Harmonies of #49D6BC
Complementary color
Monochromatic Colors of #49D6BC
Black with #49D6BC
Text Example
Text Example
White with #49D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D6BC; }
p { color: rgb(73,214,188); }
H1.HeaderClassName
{
color: #49D6BC;
}
.AnyTagClassName
{
color: #49D6BC;
}
</style>
background-color css
<style>
a { background-color: #49D6BC; }
a { background-color: rgb(73,214,188); }
div.DivClassName
{
background-color: #49D6BC;
}
.BgClassName
{
background-color: #49D6BC;
}
</style>
border-color css
<style>
span { border-color: #49D6BC; }
span { border-color: rgb(73,214,188); }
td.TdClassName
{
border-color: #49D6BC;
}
.TagClassName
{
border-color: #49D6BC;
}
</style>