Shades of Turquoise #49FFE5
Tints of Turquoise #49FFE5
RGB
CMYK
RGB Variations
Color information
#49FFE5 (or 0x49FFE5) is known color: Turquoise. HEX triplet: 49, FF and E5. RGB value is (73,255,229). Sum of RGB (Red+Green+Blue) = 73+255+229=557 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.11% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFE5 is #B6001A. Grayscale: #C5C5C5. Windows color (decimal): -11927579 or 15073097. OLE color: 15073097.
HSL color Cylindrical-coordinate representation of color #49FFE5: hue angle of 171.43º 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 #49FFE5 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 229 | - |
| CMYK | 0.71 | 0 | 0.10 | 0 |
| HSL | 171.43º | 1% | 0.64% | - |
| HSV(B) | 171.43º | 0.71% | 1% | - |
| XYZ | 52.65 | 78.59 | 86.52 | - |
| YUV | 197.62 | 145.7 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 229 | 0.71 | 0 | 0.10 | 0 | 171.43 | 1 | 0.64 |
| Hex | 49 | FF | E5 | 47 | 0 | A | 0 | AB | 64 | 40 |
| Octal | 111 | 377 | 345 | 107 | 0 | 12 | 0 | 253 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11100101 | 1000111 | 0 | 1010 | 0 | 10101011 | 1100100 | 1000000 |
Color Harmonies of #49FFE5
Complementary color
Monochromatic Colors of #49FFE5
Black with #49FFE5
Text Example
Text Example
White with #49FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFE5; }
p { color: rgb(73,255,229); }
H1.HeaderClassName
{
color: #49FFE5;
}
.AnyTagClassName
{
color: #49FFE5;
}
</style>
background-color css
<style>
a { background-color: #49FFE5; }
a { background-color: rgb(73,255,229); }
div.DivClassName
{
background-color: #49FFE5;
}
.BgClassName
{
background-color: #49FFE5;
}
</style>
border-color css
<style>
span { border-color: #49FFE5; }
span { border-color: rgb(73,255,229); }
td.TdClassName
{
border-color: #49FFE5;
}
.TagClassName
{
border-color: #49FFE5;
}
</style>