Shades of Turquoise #49EFB7
Tints of Turquoise #49EFB7
RGB
CMYK
RGB Variations
Color information
#49EFB7 (or 0x49EFB7) is known color: Turquoise. HEX triplet: 49, EF and B7. RGB value is (73,239,183). Sum of RGB (Red+Green+Blue) = 73+239+183=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFB7 is #B61048. Grayscale: #B7B7B7. Windows color (decimal): -11931721 or 12054345. OLE color: 12054345.
HSL color Cylindrical-coordinate representation of color #49EFB7: hue angle of 159.76º 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 #49EFB7 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 183 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.06 |
| HSL | 159.76º | 0.84% | 0.61% | - |
| HSV(B) | 159.76º | 0.69% | 0.94% | - |
| XYZ | 42.16 | 66.57 | 55.43 | - |
| YUV | 182.98 | 128 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 183 | 0.69 | 0 | 0.23 | 0.06 | 159.76 | 0.84 | 0.61 |
| Hex | 49 | EF | B7 | 45 | 0 | 17 | 6 | A0 | 54 | 3D |
| Octal | 111 | 357 | 267 | 105 | 0 | 27 | 6 | 240 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10110111 | 1000101 | 0 | 10111 | 110 | 10100000 | 1010100 | 111101 |
Color Harmonies of #49EFB7
Complementary color
Monochromatic Colors of #49EFB7
Black with #49EFB7
Text Example
Text Example
White with #49EFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFB7; }
p { color: rgb(73,239,183); }
H1.HeaderClassName
{
color: #49EFB7;
}
.AnyTagClassName
{
color: #49EFB7;
}
</style>
background-color css
<style>
a { background-color: #49EFB7; }
a { background-color: rgb(73,239,183); }
div.DivClassName
{
background-color: #49EFB7;
}
.BgClassName
{
background-color: #49EFB7;
}
</style>
border-color css
<style>
span { border-color: #49EFB7; }
span { border-color: rgb(73,239,183); }
td.TdClassName
{
border-color: #49EFB7;
}
.TagClassName
{
border-color: #49EFB7;
}
</style>