Shades of Turquoise #49E2EF
Tints of Turquoise #49E2EF
RGB
CMYK
RGB Variations
Color information
#49E2EF (or 0x49E2EF) is known color: Turquoise. HEX triplet: 49, E2 and EF. RGB value is (73,226,239). Sum of RGB (Red+Green+Blue) = 73+226+239=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #49E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E2EF is #B61D10. Grayscale: #B5B5B5. Windows color (decimal): -11934993 or 15721033. OLE color: 15721033.
HSL color Cylindrical-coordinate representation of color #49E2EF: hue angle of 184.7º 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 #49E2EF is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 226 | 239 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.06 |
| HSL | 184.7º | 0.84% | 0.61% | - |
| HSV(B) | 184.7º | 0.69% | 0.94% | - |
| XYZ | 45.52 | 62.04 | 91.24 | - |
| YUV | 181.74 | 160.31 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 239 | 0.69 | 0.05 | 0 | 0.06 | 184.7 | 0.84 | 0.61 |
| Hex | 49 | E2 | EF | 45 | 5 | 0 | 6 | B9 | 54 | 3D |
| Octal | 111 | 342 | 357 | 105 | 5 | 0 | 6 | 271 | 124 | 75 |
| Binary | 1001001 | 11100010 | 11101111 | 1000101 | 101 | 0 | 110 | 10111001 | 1010100 | 111101 |
Color Harmonies of #49E2EF
Complementary color
Monochromatic Colors of #49E2EF
Black with #49E2EF
Text Example
Text Example
White with #49E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E2EF; }
p { color: rgb(73,226,239); }
H1.HeaderClassName
{
color: #49E2EF;
}
.AnyTagClassName
{
color: #49E2EF;
}
</style>
background-color css
<style>
a { background-color: #49E2EF; }
a { background-color: rgb(73,226,239); }
div.DivClassName
{
background-color: #49E2EF;
}
.BgClassName
{
background-color: #49E2EF;
}
</style>
border-color css
<style>
span { border-color: #49E2EF; }
span { border-color: rgb(73,226,239); }
td.TdClassName
{
border-color: #49E2EF;
}
.TagClassName
{
border-color: #49E2EF;
}
</style>