Shades of Turquoise #49FEDC
Tints of Turquoise #49FEDC
RGB
CMYK
RGB Variations
Color information
#49FEDC (or 0x49FEDC) is known color: Turquoise. HEX triplet: 49, FE and DC. RGB value is (73,254,220). Sum of RGB (Red+Green+Blue) = 73+254+220=547 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.35% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEDC is #B60123. Grayscale: #C3C3C3. Windows color (decimal): -11927844 or 14483017. OLE color: 14483017.
HSL color Cylindrical-coordinate representation of color #49FEDC: hue angle of 168.73º 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 #49FEDC is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 220 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.00 |
| HSL | 168.73º | 0.99% | 0.64% | - |
| HSV(B) | 168.73º | 0.71% | 1% | - |
| XYZ | 51.11 | 77.47 | 79.97 | - |
| YUV | 196.01 | 141.53 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 220 | 0.71 | 0 | 0.13 | 0.00 | 168.73 | 0.99 | 0.64 |
| Hex | 49 | FE | DC | 47 | 0 | D | 0 | A9 | 63 | 40 |
| Octal | 111 | 376 | 334 | 107 | 0 | 15 | 0 | 251 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11011100 | 1000111 | 0 | 1101 | 0 | 10101001 | 1100011 | 1000000 |
Color Harmonies of #49FEDC
Complementary color
Monochromatic Colors of #49FEDC
Black with #49FEDC
Text Example
Text Example
White with #49FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEDC; }
p { color: rgb(73,254,220); }
H1.HeaderClassName
{
color: #49FEDC;
}
.AnyTagClassName
{
color: #49FEDC;
}
</style>
background-color css
<style>
a { background-color: #49FEDC; }
a { background-color: rgb(73,254,220); }
div.DivClassName
{
background-color: #49FEDC;
}
.BgClassName
{
background-color: #49FEDC;
}
</style>
border-color css
<style>
span { border-color: #49FEDC; }
span { border-color: rgb(73,254,220); }
td.TdClassName
{
border-color: #49FEDC;
}
.TagClassName
{
border-color: #49FEDC;
}
</style>