Shades of Turquoise #49FEEA
Tints of Turquoise #49FEEA
RGB
CMYK
RGB Variations
Color information
#49FEEA (or 0x49FEEA) is known color: Turquoise. HEX triplet: 49, FE and EA. RGB value is (73,254,234). Sum of RGB (Red+Green+Blue) = 73+254+234=561 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.01% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEEA is #B60115. Grayscale: #C5C5C5. Windows color (decimal): -11927830 or 15400521. OLE color: 15400521.
HSL color Cylindrical-coordinate representation of color #49FEEA: hue angle of 173.37º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEEA is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 234 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.00 |
| HSL | 173.37º | 0.99% | 0.64% | - |
| HSV(B) | 173.37º | 0.71% | 1% | - |
| XYZ | 53.04 | 78.24 | 90.15 | - |
| YUV | 197.6 | 148.53 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 234 | 0.71 | 0 | 0.08 | 0.00 | 173.37 | 0.99 | 0.64 |
| Hex | 49 | FE | EA | 47 | 0 | 8 | 0 | AD | 63 | 40 |
| Octal | 111 | 376 | 352 | 107 | 0 | 10 | 0 | 255 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11101010 | 1000111 | 0 | 1000 | 0 | 10101101 | 1100011 | 1000000 |
Color Harmonies of #49FEEA
Complementary color
Monochromatic Colors of #49FEEA
Black with #49FEEA
Text Example
Text Example
White with #49FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEEA; }
p { color: rgb(73,254,234); }
H1.HeaderClassName
{
color: #49FEEA;
}
.AnyTagClassName
{
color: #49FEEA;
}
</style>
background-color css
<style>
a { background-color: #49FEEA; }
a { background-color: rgb(73,254,234); }
div.DivClassName
{
background-color: #49FEEA;
}
.BgClassName
{
background-color: #49FEEA;
}
</style>
border-color css
<style>
span { border-color: #49FEEA; }
span { border-color: rgb(73,254,234); }
td.TdClassName
{
border-color: #49FEEA;
}
.TagClassName
{
border-color: #49FEEA;
}
</style>