Shades of Turquoise #49E7B6
Tints of Turquoise #49E7B6
RGB
CMYK
RGB Variations
Color information
#49E7B6 (or 0x49E7B6) is known color: Turquoise. HEX triplet: 49, E7 and B6. RGB value is (73,231,182). Sum of RGB (Red+Green+Blue) = 73+231+182=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #49E7B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E7B6 is #B61849. Grayscale: #B2B2B2. Windows color (decimal): -11933770 or 11986761. OLE color: 11986761.
HSL color Cylindrical-coordinate representation of color #49E7B6: hue angle of 161.39º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E7B6 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 231 | 182 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.09 |
| HSL | 161.39º | 0.77% | 0.6% | - |
| HSV(B) | 161.39º | 0.68% | 0.91% | - |
| XYZ | 39.77 | 61.95 | 54.12 | - |
| YUV | 178.17 | 130.15 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 231 | 182 | 0.68 | 0 | 0.21 | 0.09 | 161.39 | 0.77 | 0.6 |
| Hex | 49 | E7 | B6 | 44 | 0 | 15 | 9 | A1 | 4D | 3C |
| Octal | 111 | 347 | 266 | 104 | 0 | 25 | 11 | 241 | 115 | 74 |
| Binary | 1001001 | 11100111 | 10110110 | 1000100 | 0 | 10101 | 1001 | 10100001 | 1001101 | 111100 |
Color Harmonies of #49E7B6
Complementary color
Monochromatic Colors of #49E7B6
Black with #49E7B6
Text Example
Text Example
White with #49E7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E7B6; }
p { color: rgb(73,231,182); }
H1.HeaderClassName
{
color: #49E7B6;
}
.AnyTagClassName
{
color: #49E7B6;
}
</style>
background-color css
<style>
a { background-color: #49E7B6; }
a { background-color: rgb(73,231,182); }
div.DivClassName
{
background-color: #49E7B6;
}
.BgClassName
{
background-color: #49E7B6;
}
</style>
border-color css
<style>
span { border-color: #49E7B6; }
span { border-color: rgb(73,231,182); }
td.TdClassName
{
border-color: #49E7B6;
}
.TagClassName
{
border-color: #49E7B6;
}
</style>