Shades of Turquoise Blue #49EBF9
Tints of Turquoise Blue #49EBF9
RGB
CMYK
RGB Variations
Color information
#49EBF9 (or 0x49EBF9) is known color: Turquoise Blue. HEX triplet: 49, EB and F9. RGB value is (73,235,249). Sum of RGB (Red+Green+Blue) = 73+235+249=557 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.11% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #49EBF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EBF9 is #B61406. Grayscale: #BBBBBB. Windows color (decimal): -11932679 or 16378697. OLE color: 16378697.
HSL color Cylindrical-coordinate representation of color #49EBF9: hue angle of 184.77º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49EBF9 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 235 | 249 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.02 |
| HSL | 184.77º | 0.94% | 0.63% | - |
| HSV(B) | 184.77º | 0.71% | 0.98% | - |
| XYZ | 49.55 | 67.67 | 100.07 | - |
| YUV | 188.16 | 162.33 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 235 | 249 | 0.71 | 0.06 | 0 | 0.02 | 184.77 | 0.94 | 0.63 |
| Hex | 49 | EB | F9 | 47 | 6 | 0 | 2 | B9 | 5E | 3F |
| Octal | 111 | 353 | 371 | 107 | 6 | 0 | 2 | 271 | 136 | 77 |
| Binary | 1001001 | 11101011 | 11111001 | 1000111 | 110 | 0 | 10 | 10111001 | 1011110 | 111111 |
Color Harmonies of #49EBF9
Complementary color
Monochromatic Colors of #49EBF9
Black with #49EBF9
Text Example
Text Example
White with #49EBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EBF9; }
p { color: rgb(73,235,249); }
H1.HeaderClassName
{
color: #49EBF9;
}
.AnyTagClassName
{
color: #49EBF9;
}
</style>
background-color css
<style>
a { background-color: #49EBF9; }
a { background-color: rgb(73,235,249); }
div.DivClassName
{
background-color: #49EBF9;
}
.BgClassName
{
background-color: #49EBF9;
}
</style>
border-color css
<style>
span { border-color: #49EBF9; }
span { border-color: rgb(73,235,249); }
td.TdClassName
{
border-color: #49EBF9;
}
.TagClassName
{
border-color: #49EBF9;
}
</style>