Shades of Turquoise #49ECF5
Tints of Turquoise #49ECF5
RGB
CMYK
RGB Variations
Color information
#49ECF5 (or 0x49ECF5) is known color: Turquoise. HEX triplet: 49, EC and F5. RGB value is (73,236,245). Sum of RGB (Red+Green+Blue) = 73+236+245=554 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.18% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #49ECF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49ECF5 is #B6130A. Grayscale: #BCBCBC. Windows color (decimal): -11932427 or 16116809. OLE color: 16116809.
HSL color Cylindrical-coordinate representation of color #49ECF5: hue angle of 183.14º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49ECF5 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 236 | 245 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.04 |
| HSL | 183.14º | 0.9% | 0.62% | - |
| HSV(B) | 183.14º | 0.7% | 0.96% | - |
| XYZ | 49.22 | 68 | 96.92 | - |
| YUV | 188.29 | 160 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 245 | 0.70 | 0.04 | 0 | 0.04 | 183.14 | 0.9 | 0.62 |
| Hex | 49 | EC | F5 | 46 | 4 | 0 | 4 | B7 | 5A | 3E |
| Octal | 111 | 354 | 365 | 106 | 4 | 0 | 4 | 267 | 132 | 76 |
| Binary | 1001001 | 11101100 | 11110101 | 1000110 | 100 | 0 | 100 | 10110111 | 1011010 | 111110 |
Color Harmonies of #49ECF5
Complementary color
Monochromatic Colors of #49ECF5
Black with #49ECF5
Text Example
Text Example
White with #49ECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECF5; }
p { color: rgb(73,236,245); }
H1.HeaderClassName
{
color: #49ECF5;
}
.AnyTagClassName
{
color: #49ECF5;
}
</style>
background-color css
<style>
a { background-color: #49ECF5; }
a { background-color: rgb(73,236,245); }
div.DivClassName
{
background-color: #49ECF5;
}
.BgClassName
{
background-color: #49ECF5;
}
</style>
border-color css
<style>
span { border-color: #49ECF5; }
span { border-color: rgb(73,236,245); }
td.TdClassName
{
border-color: #49ECF5;
}
.TagClassName
{
border-color: #49ECF5;
}
</style>