Shades of Turquoise #49EFB5
Tints of Turquoise #49EFB5
RGB
CMYK
RGB Variations
Color information
#49EFB5 (or 0x49EFB5) is known color: Turquoise. HEX triplet: 49, EF and B5. RGB value is (73,239,181). Sum of RGB (Red+Green+Blue) = 73+239+181=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFB5 is #B6104A. Grayscale: #B6B6B6. Windows color (decimal): -11931723 or 11923273. OLE color: 11923273.
HSL color Cylindrical-coordinate representation of color #49EFB5: hue angle of 159.04º 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 #49EFB5 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 181 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.06 |
| HSL | 159.04º | 0.84% | 0.61% | - |
| HSV(B) | 159.04º | 0.69% | 0.94% | - |
| XYZ | 41.95 | 66.49 | 54.34 | - |
| YUV | 182.75 | 127 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 181 | 0.69 | 0 | 0.24 | 0.06 | 159.04 | 0.84 | 0.61 |
| Hex | 49 | EF | B5 | 45 | 0 | 18 | 6 | 9F | 54 | 3D |
| Octal | 111 | 357 | 265 | 105 | 0 | 30 | 6 | 237 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10110101 | 1000101 | 0 | 11000 | 110 | 10011111 | 1010100 | 111101 |
Color Harmonies of #49EFB5
Complementary color
Monochromatic Colors of #49EFB5
Black with #49EFB5
Text Example
Text Example
White with #49EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFB5; }
p { color: rgb(73,239,181); }
H1.HeaderClassName
{
color: #49EFB5;
}
.AnyTagClassName
{
color: #49EFB5;
}
</style>
background-color css
<style>
a { background-color: #49EFB5; }
a { background-color: rgb(73,239,181); }
div.DivClassName
{
background-color: #49EFB5;
}
.BgClassName
{
background-color: #49EFB5;
}
</style>
border-color css
<style>
span { border-color: #49EFB5; }
span { border-color: rgb(73,239,181); }
td.TdClassName
{
border-color: #49EFB5;
}
.TagClassName
{
border-color: #49EFB5;
}
</style>