Shades of Turquoise #49EFB0
Tints of Turquoise #49EFB0
RGB
CMYK
RGB Variations
Color information
#49EFB0 (or 0x49EFB0) is known color: Turquoise. HEX triplet: 49, EF and B0. RGB value is (73,239,176). Sum of RGB (Red+Green+Blue) = 73+239+176=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EFB0 is #B6104F. Grayscale: #B6B6B6. Windows color (decimal): -11931728 or 11595593. OLE color: 11595593.
HSL color Cylindrical-coordinate representation of color #49EFB0: hue angle of 157.23º 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 #49EFB0 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 176 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.06 |
| HSL | 157.23º | 0.84% | 0.61% | - |
| HSV(B) | 157.23º | 0.69% | 0.94% | - |
| XYZ | 41.45 | 66.28 | 51.68 | - |
| YUV | 182.18 | 124.5 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 176 | 0.69 | 0 | 0.26 | 0.06 | 157.23 | 0.84 | 0.61 |
| Hex | 49 | EF | B0 | 45 | 0 | 1A | 6 | 9D | 54 | 3D |
| Octal | 111 | 357 | 260 | 105 | 0 | 32 | 6 | 235 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10110000 | 1000101 | 0 | 11010 | 110 | 10011101 | 1010100 | 111101 |
Color Harmonies of #49EFB0
Complementary color
Monochromatic Colors of #49EFB0
Black with #49EFB0
Text Example
Text Example
White with #49EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFB0; }
p { color: rgb(73,239,176); }
H1.HeaderClassName
{
color: #49EFB0;
}
.AnyTagClassName
{
color: #49EFB0;
}
</style>
background-color css
<style>
a { background-color: #49EFB0; }
a { background-color: rgb(73,239,176); }
div.DivClassName
{
background-color: #49EFB0;
}
.BgClassName
{
background-color: #49EFB0;
}
</style>
border-color css
<style>
span { border-color: #49EFB0; }
span { border-color: rgb(73,239,176); }
td.TdClassName
{
border-color: #49EFB0;
}
.TagClassName
{
border-color: #49EFB0;
}
</style>