Shades of Turquoise Blue #49E8F7
Tints of Turquoise Blue #49E8F7
RGB
CMYK
RGB Variations
Color information
#49E8F7 (or 0x49E8F7) is known color: Turquoise Blue. HEX triplet: 49, E8 and F7. RGB value is (73,232,247). Sum of RGB (Red+Green+Blue) = 73+232+247=552 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.22% from 552); Green value is 232 (91.02% from 255 or 42.03% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #49E8F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49E8F7 is #B61708. Grayscale: #B9B9B9. Windows color (decimal): -11933449 or 16246857. OLE color: 16246857.
HSL color Cylindrical-coordinate representation of color #49E8F7: hue angle of 185.17º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49E8F7 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 232 | 247 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.03 |
| HSL | 185.17º | 0.92% | 0.63% | - |
| HSV(B) | 185.17º | 0.7% | 0.97% | - |
| XYZ | 48.39 | 65.85 | 98.15 | - |
| YUV | 186.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 247 | 0.70 | 0.06 | 0 | 0.03 | 185.17 | 0.92 | 0.63 |
| Hex | 49 | E8 | F7 | 46 | 6 | 0 | 3 | B9 | 5C | 3F |
| Octal | 111 | 350 | 367 | 106 | 6 | 0 | 3 | 271 | 134 | 77 |
| Binary | 1001001 | 11101000 | 11110111 | 1000110 | 110 | 0 | 11 | 10111001 | 1011100 | 111111 |
Color Harmonies of #49E8F7
Complementary color
Monochromatic Colors of #49E8F7
Black with #49E8F7
Text Example
Text Example
White with #49E8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E8F7; }
p { color: rgb(73,232,247); }
H1.HeaderClassName
{
color: #49E8F7;
}
.AnyTagClassName
{
color: #49E8F7;
}
</style>
background-color css
<style>
a { background-color: #49E8F7; }
a { background-color: rgb(73,232,247); }
div.DivClassName
{
background-color: #49E8F7;
}
.BgClassName
{
background-color: #49E8F7;
}
</style>
border-color css
<style>
span { border-color: #49E8F7; }
span { border-color: rgb(73,232,247); }
td.TdClassName
{
border-color: #49E8F7;
}
.TagClassName
{
border-color: #49E8F7;
}
</style>