Shades of Turquoise #49FFE0
Tints of Turquoise #49FFE0
RGB
CMYK
RGB Variations
Color information
#49FFE0 (or 0x49FFE0) is known color: Turquoise. HEX triplet: 49, FF and E0. RGB value is (73,255,224). Sum of RGB (Red+Green+Blue) = 73+255+224=552 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.22% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFE0 is #B6001F. Grayscale: #C4C4C4. Windows color (decimal): -11927584 or 14745417. OLE color: 14745417.
HSL color Cylindrical-coordinate representation of color #49FFE0: hue angle of 169.78º 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 #49FFE0 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 224 | - |
| CMYK | 0.71 | 0 | 0.12 | 0 |
| HSL | 169.78º | 1% | 0.64% | - |
| HSV(B) | 169.78º | 0.71% | 1% | - |
| XYZ | 51.96 | 78.32 | 82.9 | - |
| YUV | 197.05 | 143.2 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 224 | 0.71 | 0 | 0.12 | 0 | 169.78 | 1 | 0.64 |
| Hex | 49 | FF | E0 | 47 | 0 | C | 0 | AA | 64 | 40 |
| Octal | 111 | 377 | 340 | 107 | 0 | 14 | 0 | 252 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11100000 | 1000111 | 0 | 1100 | 0 | 10101010 | 1100100 | 1000000 |
Color Harmonies of #49FFE0
Complementary color
Monochromatic Colors of #49FFE0
Black with #49FFE0
Text Example
Text Example
White with #49FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFE0; }
p { color: rgb(73,255,224); }
H1.HeaderClassName
{
color: #49FFE0;
}
.AnyTagClassName
{
color: #49FFE0;
}
</style>
background-color css
<style>
a { background-color: #49FFE0; }
a { background-color: rgb(73,255,224); }
div.DivClassName
{
background-color: #49FFE0;
}
.BgClassName
{
background-color: #49FFE0;
}
</style>
border-color css
<style>
span { border-color: #49FFE0; }
span { border-color: rgb(73,255,224); }
td.TdClassName
{
border-color: #49FFE0;
}
.TagClassName
{
border-color: #49FFE0;
}
</style>