Shades of Turquoise #49E3EF
Tints of Turquoise #49E3EF
RGB
CMYK
RGB Variations
Color information
#49E3EF (or 0x49E3EF) is known color: Turquoise. HEX triplet: 49, E3 and EF. RGB value is (73,227,239). Sum of RGB (Red+Green+Blue) = 73+227+239=539 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.54% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #49E3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E3EF is #B61C10. Grayscale: #B6B6B6. Windows color (decimal): -11934737 or 15721289. OLE color: 15721289.
HSL color Cylindrical-coordinate representation of color #49E3EF: hue angle of 184.34º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E3EF is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 227 | 239 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.06 |
| HSL | 184.34º | 0.84% | 0.61% | - |
| HSV(B) | 184.34º | 0.69% | 0.94% | - |
| XYZ | 45.8 | 62.59 | 91.33 | - |
| YUV | 182.32 | 159.98 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 239 | 0.69 | 0.05 | 0 | 0.06 | 184.34 | 0.84 | 0.61 |
| Hex | 49 | E3 | EF | 45 | 5 | 0 | 6 | B8 | 54 | 3D |
| Octal | 111 | 343 | 357 | 105 | 5 | 0 | 6 | 270 | 124 | 75 |
| Binary | 1001001 | 11100011 | 11101111 | 1000101 | 101 | 0 | 110 | 10111000 | 1010100 | 111101 |
Color Harmonies of #49E3EF
Complementary color
Monochromatic Colors of #49E3EF
Black with #49E3EF
Text Example
Text Example
White with #49E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E3EF; }
p { color: rgb(73,227,239); }
H1.HeaderClassName
{
color: #49E3EF;
}
.AnyTagClassName
{
color: #49E3EF;
}
</style>
background-color css
<style>
a { background-color: #49E3EF; }
a { background-color: rgb(73,227,239); }
div.DivClassName
{
background-color: #49E3EF;
}
.BgClassName
{
background-color: #49E3EF;
}
</style>
border-color css
<style>
span { border-color: #49E3EF; }
span { border-color: rgb(73,227,239); }
td.TdClassName
{
border-color: #49E3EF;
}
.TagClassName
{
border-color: #49E3EF;
}
</style>