Shades of Turquoise #49FFE9
Tints of Turquoise #49FFE9
RGB
CMYK
RGB Variations
Color information
#49FFE9 (or 0x49FFE9) is known color: Turquoise. HEX triplet: 49, FF and E9. RGB value is (73,255,233). Sum of RGB (Red+Green+Blue) = 73+255+233=561 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.01% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFE9 is #B60016. Grayscale: #C5C5C5. Windows color (decimal): -11927575 or 15335241. OLE color: 15335241.
HSL color Cylindrical-coordinate representation of color #49FFE9: hue angle of 172.75º 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 #49FFE9 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 233 | - |
| CMYK | 0.71 | 0 | 0.09 | 0 |
| HSL | 172.75º | 1% | 0.64% | - |
| HSV(B) | 172.75º | 0.71% | 1% | - |
| XYZ | 53.22 | 78.82 | 89.5 | - |
| YUV | 198.07 | 147.7 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 233 | 0.71 | 0 | 0.09 | 0 | 172.75 | 1 | 0.64 |
| Hex | 49 | FF | E9 | 47 | 0 | 9 | 0 | AD | 64 | 40 |
| Octal | 111 | 377 | 351 | 107 | 0 | 11 | 0 | 255 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11101001 | 1000111 | 0 | 1001 | 0 | 10101101 | 1100100 | 1000000 |
Color Harmonies of #49FFE9
Complementary color
Monochromatic Colors of #49FFE9
Black with #49FFE9
Text Example
Text Example
White with #49FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFE9; }
p { color: rgb(73,255,233); }
H1.HeaderClassName
{
color: #49FFE9;
}
.AnyTagClassName
{
color: #49FFE9;
}
</style>
background-color css
<style>
a { background-color: #49FFE9; }
a { background-color: rgb(73,255,233); }
div.DivClassName
{
background-color: #49FFE9;
}
.BgClassName
{
background-color: #49FFE9;
}
</style>
border-color css
<style>
span { border-color: #49FFE9; }
span { border-color: rgb(73,255,233); }
td.TdClassName
{
border-color: #49FFE9;
}
.TagClassName
{
border-color: #49FFE9;
}
</style>