Shades of Medium Turquoise #49D6B8
Tints of Medium Turquoise #49D6B8
RGB
CMYK
RGB Variations
Color information
#49D6B8 (or 0x49D6B8) is known color: Medium Turquoise. HEX triplet: 49, D6 and B8. RGB value is (73,214,184). Sum of RGB (Red+Green+Blue) = 73+214+184=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D6B8 is #B62947. Grayscale: #A8A8A8. Windows color (decimal): -11938120 or 12113481. OLE color: 12113481.
HSL color Cylindrical-coordinate representation of color #49D6B8: hue angle of 167.23º 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 #49D6B8 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 184 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.16 |
| HSL | 167.23º | 0.63% | 0.56% | - |
| HSV(B) | 167.23º | 0.66% | 0.84% | - |
| XYZ | 35.45 | 52.97 | 53.7 | - |
| YUV | 168.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 184 | 0.66 | 0 | 0.14 | 0.16 | 167.23 | 0.63 | 0.56 |
| Hex | 49 | D6 | B8 | 42 | 0 | E | 10 | A7 | 3F | 38 |
| Octal | 111 | 326 | 270 | 102 | 0 | 16 | 20 | 247 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10111000 | 1000010 | 0 | 1110 | 10000 | 10100111 | 111111 | 111000 |
Color Harmonies of #49D6B8
Complementary color
Monochromatic Colors of #49D6B8
Black with #49D6B8
Text Example
Text Example
White with #49D6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D6B8; }
p { color: rgb(73,214,184); }
H1.HeaderClassName
{
color: #49D6B8;
}
.AnyTagClassName
{
color: #49D6B8;
}
</style>
background-color css
<style>
a { background-color: #49D6B8; }
a { background-color: rgb(73,214,184); }
div.DivClassName
{
background-color: #49D6B8;
}
.BgClassName
{
background-color: #49D6B8;
}
</style>
border-color css
<style>
span { border-color: #49D6B8; }
span { border-color: rgb(73,214,184); }
td.TdClassName
{
border-color: #49D6B8;
}
.TagClassName
{
border-color: #49D6B8;
}
</style>