Shades of Turquoise #49EFB9
Tints of Turquoise #49EFB9
RGB
CMYK
RGB Variations
Color information
#49EFB9 (or 0x49EFB9) is known color: Turquoise. HEX triplet: 49, EF and B9. RGB value is (73,239,185). Sum of RGB (Red+Green+Blue) = 73+239+185=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFB9 is #B61046. Grayscale: #B7B7B7. Windows color (decimal): -11931719 or 12185417. OLE color: 12185417.
HSL color Cylindrical-coordinate representation of color #49EFB9: hue angle of 160.48º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFB9 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 185 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.06 |
| HSL | 160.48º | 0.84% | 0.61% | - |
| HSV(B) | 160.48º | 0.69% | 0.94% | - |
| XYZ | 42.37 | 66.65 | 56.53 | - |
| YUV | 183.21 | 129 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 185 | 0.69 | 0 | 0.23 | 0.06 | 160.48 | 0.84 | 0.61 |
| Hex | 49 | EF | B9 | 45 | 0 | 17 | 6 | A0 | 54 | 3D |
| Octal | 111 | 357 | 271 | 105 | 0 | 27 | 6 | 240 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10111001 | 1000101 | 0 | 10111 | 110 | 10100000 | 1010100 | 111101 |
Color Harmonies of #49EFB9
Complementary color
Monochromatic Colors of #49EFB9
Black with #49EFB9
Text Example
Text Example
White with #49EFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFB9; }
p { color: rgb(73,239,185); }
H1.HeaderClassName
{
color: #49EFB9;
}
.AnyTagClassName
{
color: #49EFB9;
}
</style>
background-color css
<style>
a { background-color: #49EFB9; }
a { background-color: rgb(73,239,185); }
div.DivClassName
{
background-color: #49EFB9;
}
.BgClassName
{
background-color: #49EFB9;
}
</style>
border-color css
<style>
span { border-color: #49EFB9; }
span { border-color: rgb(73,239,185); }
td.TdClassName
{
border-color: #49EFB9;
}
.TagClassName
{
border-color: #49EFB9;
}
</style>