Shades of Turquoise #49EFBA
Tints of Turquoise #49EFBA
RGB
CMYK
RGB Variations
Color information
#49EFBA (or 0x49EFBA) is known color: Turquoise. HEX triplet: 49, EF and BA. RGB value is (73,239,186). Sum of RGB (Red+Green+Blue) = 73+239+186=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFBA is #B61045. Grayscale: #B7B7B7. Windows color (decimal): -11931718 or 12250953. OLE color: 12250953.
HSL color Cylindrical-coordinate representation of color #49EFBA: hue angle of 160.84º 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 #49EFBA is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 186 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.06 |
| HSL | 160.84º | 0.84% | 0.61% | - |
| HSV(B) | 160.84º | 0.69% | 0.94% | - |
| XYZ | 42.48 | 66.69 | 57.09 | - |
| YUV | 183.32 | 129.5 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 186 | 0.69 | 0 | 0.22 | 0.06 | 160.84 | 0.84 | 0.61 |
| Hex | 49 | EF | BA | 45 | 0 | 16 | 6 | A1 | 54 | 3D |
| Octal | 111 | 357 | 272 | 105 | 0 | 26 | 6 | 241 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10111010 | 1000101 | 0 | 10110 | 110 | 10100001 | 1010100 | 111101 |
Color Harmonies of #49EFBA
Complementary color
Monochromatic Colors of #49EFBA
Black with #49EFBA
Text Example
Text Example
White with #49EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFBA; }
p { color: rgb(73,239,186); }
H1.HeaderClassName
{
color: #49EFBA;
}
.AnyTagClassName
{
color: #49EFBA;
}
</style>
background-color css
<style>
a { background-color: #49EFBA; }
a { background-color: rgb(73,239,186); }
div.DivClassName
{
background-color: #49EFBA;
}
.BgClassName
{
background-color: #49EFBA;
}
</style>
border-color css
<style>
span { border-color: #49EFBA; }
span { border-color: rgb(73,239,186); }
td.TdClassName
{
border-color: #49EFBA;
}
.TagClassName
{
border-color: #49EFBA;
}
</style>