Shades of Turquoise #49FEDE
Tints of Turquoise #49FEDE
RGB
CMYK
RGB Variations
Color information
#49FEDE (or 0x49FEDE) is known color: Turquoise. HEX triplet: 49, FE and DE. RGB value is (73,254,222). Sum of RGB (Red+Green+Blue) = 73+254+222=549 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.30% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEDE is #B60121. Grayscale: #C4C4C4. Windows color (decimal): -11927842 or 14614089. OLE color: 14614089.
HSL color Cylindrical-coordinate representation of color #49FEDE: hue angle of 169.39º 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 #49FEDE is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 222 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.00 |
| HSL | 169.39º | 0.99% | 0.64% | - |
| HSV(B) | 169.39º | 0.71% | 1% | - |
| XYZ | 51.37 | 77.57 | 81.37 | - |
| YUV | 196.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 222 | 0.71 | 0 | 0.13 | 0.00 | 169.39 | 0.99 | 0.64 |
| Hex | 49 | FE | DE | 47 | 0 | D | 0 | A9 | 63 | 40 |
| Octal | 111 | 376 | 336 | 107 | 0 | 15 | 0 | 251 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11011110 | 1000111 | 0 | 1101 | 0 | 10101001 | 1100011 | 1000000 |
Color Harmonies of #49FEDE
Complementary color
Monochromatic Colors of #49FEDE
Black with #49FEDE
Text Example
Text Example
White with #49FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEDE; }
p { color: rgb(73,254,222); }
H1.HeaderClassName
{
color: #49FEDE;
}
.AnyTagClassName
{
color: #49FEDE;
}
</style>
background-color css
<style>
a { background-color: #49FEDE; }
a { background-color: rgb(73,254,222); }
div.DivClassName
{
background-color: #49FEDE;
}
.BgClassName
{
background-color: #49FEDE;
}
</style>
border-color css
<style>
span { border-color: #49FEDE; }
span { border-color: rgb(73,254,222); }
td.TdClassName
{
border-color: #49FEDE;
}
.TagClassName
{
border-color: #49FEDE;
}
</style>