Shades of Turquoise #49FFE7
Tints of Turquoise #49FFE7
RGB
CMYK
RGB Variations
Color information
#49FFE7 (or 0x49FFE7) is known color: Turquoise. HEX triplet: 49, FF and E7. RGB value is (73,255,231). Sum of RGB (Red+Green+Blue) = 73+255+231=559 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.06% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FFE7 is #B60018. Grayscale: #C5C5C5. Windows color (decimal): -11927577 or 15204169. OLE color: 15204169.
HSL color Cylindrical-coordinate representation of color #49FFE7: hue angle of 172.09º 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 #49FFE7 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 231 | - |
| CMYK | 0.71 | 0 | 0.09 | 0 |
| HSL | 172.09º | 1% | 0.64% | - |
| HSV(B) | 172.09º | 0.71% | 1% | - |
| XYZ | 52.93 | 78.71 | 88 | - |
| YUV | 197.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 231 | 0.71 | 0 | 0.09 | 0 | 172.09 | 1 | 0.64 |
| Hex | 49 | FF | E7 | 47 | 0 | 9 | 0 | AC | 64 | 40 |
| Octal | 111 | 377 | 347 | 107 | 0 | 11 | 0 | 254 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11100111 | 1000111 | 0 | 1001 | 0 | 10101100 | 1100100 | 1000000 |
Color Harmonies of #49FFE7
Complementary color
Monochromatic Colors of #49FFE7
Black with #49FFE7
Text Example
Text Example
White with #49FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFE7; }
p { color: rgb(73,255,231); }
H1.HeaderClassName
{
color: #49FFE7;
}
.AnyTagClassName
{
color: #49FFE7;
}
</style>
background-color css
<style>
a { background-color: #49FFE7; }
a { background-color: rgb(73,255,231); }
div.DivClassName
{
background-color: #49FFE7;
}
.BgClassName
{
background-color: #49FFE7;
}
</style>
border-color css
<style>
span { border-color: #49FFE7; }
span { border-color: rgb(73,255,231); }
td.TdClassName
{
border-color: #49FFE7;
}
.TagClassName
{
border-color: #49FFE7;
}
</style>