Shades of Turquoise #49ECBF
Tints of Turquoise #49ECBF
RGB
CMYK
RGB Variations
Color information
#49ECBF (or 0x49ECBF) is known color: Turquoise. HEX triplet: 49, EC and BF. RGB value is (73,236,191). Sum of RGB (Red+Green+Blue) = 73+236+191=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECBF is #B61340. Grayscale: #B6B6B6. Windows color (decimal): -11932481 or 12577865. OLE color: 12577865.
HSL color Cylindrical-coordinate representation of color #49ECBF: hue angle of 163.44º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ECBF is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 191 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.07 |
| HSL | 163.44º | 0.81% | 0.61% | - |
| HSV(B) | 163.44º | 0.69% | 0.93% | - |
| XYZ | 42.15 | 65.17 | 59.65 | - |
| YUV | 182.13 | 133 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 191 | 0.69 | 0 | 0.19 | 0.07 | 163.44 | 0.81 | 0.61 |
| Hex | 49 | EC | BF | 45 | 0 | 13 | 7 | A3 | 51 | 3D |
| Octal | 111 | 354 | 277 | 105 | 0 | 23 | 7 | 243 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10111111 | 1000101 | 0 | 10011 | 111 | 10100011 | 1010001 | 111101 |
Color Harmonies of #49ECBF
Complementary color
Monochromatic Colors of #49ECBF
Black with #49ECBF
Text Example
Text Example
White with #49ECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECBF; }
p { color: rgb(73,236,191); }
H1.HeaderClassName
{
color: #49ECBF;
}
.AnyTagClassName
{
color: #49ECBF;
}
</style>
background-color css
<style>
a { background-color: #49ECBF; }
a { background-color: rgb(73,236,191); }
div.DivClassName
{
background-color: #49ECBF;
}
.BgClassName
{
background-color: #49ECBF;
}
</style>
border-color css
<style>
span { border-color: #49ECBF; }
span { border-color: rgb(73,236,191); }
td.TdClassName
{
border-color: #49ECBF;
}
.TagClassName
{
border-color: #49ECBF;
}
</style>