Shades of Turquoise #49FFEC
Tints of Turquoise #49FFEC
RGB
CMYK
RGB Variations
Color information
#49FFEC (or 0x49FFEC) is known color: Turquoise. HEX triplet: 49, FF and EC. RGB value is (73,255,236). Sum of RGB (Red+Green+Blue) = 73+255+236=564 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.94% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFEC is #B60013. Grayscale: #C6C6C6. Windows color (decimal): -11927572 or 15531849. OLE color: 15531849.
HSL color Cylindrical-coordinate representation of color #49FFEC: hue angle of 173.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFEC is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 236 | - |
| CMYK | 0.71 | 0 | 0.07 | 0 |
| HSL | 173.74º | 1% | 0.64% | - |
| HSV(B) | 173.74º | 0.71% | 1% | - |
| XYZ | 53.65 | 78.99 | 91.78 | - |
| YUV | 198.42 | 149.2 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 236 | 0.71 | 0 | 0.07 | 0 | 173.74 | 1 | 0.64 |
| Hex | 49 | FF | EC | 47 | 0 | 7 | 0 | AE | 64 | 40 |
| Octal | 111 | 377 | 354 | 107 | 0 | 7 | 0 | 256 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11101100 | 1000111 | 0 | 111 | 0 | 10101110 | 1100100 | 1000000 |
Color Harmonies of #49FFEC
Complementary color
Monochromatic Colors of #49FFEC
Black with #49FFEC
Text Example
Text Example
White with #49FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFEC; }
p { color: rgb(73,255,236); }
H1.HeaderClassName
{
color: #49FFEC;
}
.AnyTagClassName
{
color: #49FFEC;
}
</style>
background-color css
<style>
a { background-color: #49FFEC; }
a { background-color: rgb(73,255,236); }
div.DivClassName
{
background-color: #49FFEC;
}
.BgClassName
{
background-color: #49FFEC;
}
</style>
border-color css
<style>
span { border-color: #49FFEC; }
span { border-color: rgb(73,255,236); }
td.TdClassName
{
border-color: #49FFEC;
}
.TagClassName
{
border-color: #49FFEC;
}
</style>