Shades of Turquoise #49ECB4
Tints of Turquoise #49ECB4
RGB
CMYK
RGB Variations
Color information
#49ECB4 (or 0x49ECB4) is known color: Turquoise. HEX triplet: 49, EC and B4. RGB value is (73,236,180). Sum of RGB (Red+Green+Blue) = 73+236+180=489 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.93% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECB4 is #B6134B. Grayscale: #B4B4B4. Windows color (decimal): -11932492 or 11856969. OLE color: 11856969.
HSL color Cylindrical-coordinate representation of color #49ECB4: hue angle of 159.39º 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 #49ECB4 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 180 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.07 |
| HSL | 159.39º | 0.81% | 0.61% | - |
| HSV(B) | 159.39º | 0.69% | 0.93% | - |
| XYZ | 40.98 | 64.7 | 53.51 | - |
| YUV | 180.88 | 127.5 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 180 | 0.69 | 0 | 0.24 | 0.07 | 159.39 | 0.81 | 0.61 |
| Hex | 49 | EC | B4 | 45 | 0 | 18 | 7 | 9F | 51 | 3D |
| Octal | 111 | 354 | 264 | 105 | 0 | 30 | 7 | 237 | 121 | 75 |
| Binary | 1001001 | 11101100 | 10110100 | 1000101 | 0 | 11000 | 111 | 10011111 | 1010001 | 111101 |
Color Harmonies of #49ECB4
Complementary color
Monochromatic Colors of #49ECB4
Black with #49ECB4
Text Example
Text Example
White with #49ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECB4; }
p { color: rgb(73,236,180); }
H1.HeaderClassName
{
color: #49ECB4;
}
.AnyTagClassName
{
color: #49ECB4;
}
</style>
background-color css
<style>
a { background-color: #49ECB4; }
a { background-color: rgb(73,236,180); }
div.DivClassName
{
background-color: #49ECB4;
}
.BgClassName
{
background-color: #49ECB4;
}
</style>
border-color css
<style>
span { border-color: #49ECB4; }
span { border-color: rgb(73,236,180); }
td.TdClassName
{
border-color: #49ECB4;
}
.TagClassName
{
border-color: #49ECB4;
}
</style>