Shades of Turquoise #49FEDA
Tints of Turquoise #49FEDA
RGB
CMYK
RGB Variations
Color information
#49FEDA (or 0x49FEDA) is known color: Turquoise. HEX triplet: 49, FE and DA. RGB value is (73,254,218). Sum of RGB (Red+Green+Blue) = 73+254+218=545 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.39% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEDA is #B60125. Grayscale: #C3C3C3. Windows color (decimal): -11927846 or 14351945. OLE color: 14351945.
HSL color Cylindrical-coordinate representation of color #49FEDA: hue angle of 168.07º 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 #49FEDA is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 218 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.00 |
| HSL | 168.07º | 0.99% | 0.64% | - |
| HSV(B) | 168.07º | 0.71% | 1% | - |
| XYZ | 50.84 | 77.36 | 78.58 | - |
| YUV | 195.78 | 140.53 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 218 | 0.71 | 0 | 0.14 | 0.00 | 168.07 | 0.99 | 0.64 |
| Hex | 49 | FE | DA | 47 | 0 | E | 0 | A8 | 63 | 40 |
| Octal | 111 | 376 | 332 | 107 | 0 | 16 | 0 | 250 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11011010 | 1000111 | 0 | 1110 | 0 | 10101000 | 1100011 | 1000000 |
Color Harmonies of #49FEDA
Complementary color
Monochromatic Colors of #49FEDA
Black with #49FEDA
Text Example
Text Example
White with #49FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEDA; }
p { color: rgb(73,254,218); }
H1.HeaderClassName
{
color: #49FEDA;
}
.AnyTagClassName
{
color: #49FEDA;
}
</style>
background-color css
<style>
a { background-color: #49FEDA; }
a { background-color: rgb(73,254,218); }
div.DivClassName
{
background-color: #49FEDA;
}
.BgClassName
{
background-color: #49FEDA;
}
</style>
border-color css
<style>
span { border-color: #49FEDA; }
span { border-color: rgb(73,254,218); }
td.TdClassName
{
border-color: #49FEDA;
}
.TagClassName
{
border-color: #49FEDA;
}
</style>