Shades of Turquoise #49F8E3
Tints of Turquoise #49F8E3
RGB
CMYK
RGB Variations
Color information
#49F8E3 (or 0x49F8E3) is known color: Turquoise. HEX triplet: 49, F8 and E3. RGB value is (73,248,227). Sum of RGB (Red+Green+Blue) = 73+248+227=548 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.32% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #49F8E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F8E3 is #B6071C. Grayscale: #C1C1C1. Windows color (decimal): -11929373 or 14940233. OLE color: 14940233.
HSL color Cylindrical-coordinate representation of color #49F8E3: hue angle of 172.8º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F8E3 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 248 | 227 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.03 |
| HSL | 172.8º | 0.93% | 0.63% | - |
| HSV(B) | 172.8º | 0.71% | 0.97% | - |
| XYZ | 50.18 | 74.1 | 84.33 | - |
| YUV | 193.28 | 147.02 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 248 | 227 | 0.71 | 0 | 0.08 | 0.03 | 172.8 | 0.93 | 0.63 |
| Hex | 49 | F8 | E3 | 47 | 0 | 8 | 3 | AD | 5D | 3F |
| Octal | 111 | 370 | 343 | 107 | 0 | 10 | 3 | 255 | 135 | 77 |
| Binary | 1001001 | 11111000 | 11100011 | 1000111 | 0 | 1000 | 11 | 10101101 | 1011101 | 111111 |
Color Harmonies of #49F8E3
Complementary color
Monochromatic Colors of #49F8E3
Black with #49F8E3
Text Example
Text Example
White with #49F8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F8E3; }
p { color: rgb(73,248,227); }
H1.HeaderClassName
{
color: #49F8E3;
}
.AnyTagClassName
{
color: #49F8E3;
}
</style>
background-color css
<style>
a { background-color: #49F8E3; }
a { background-color: rgb(73,248,227); }
div.DivClassName
{
background-color: #49F8E3;
}
.BgClassName
{
background-color: #49F8E3;
}
</style>
border-color css
<style>
span { border-color: #49F8E3; }
span { border-color: rgb(73,248,227); }
td.TdClassName
{
border-color: #49F8E3;
}
.TagClassName
{
border-color: #49F8E3;
}
</style>