Shades of Turquoise #49FECD
Tints of Turquoise #49FECD
RGB
CMYK
RGB Variations
Color information
#49FECD (or 0x49FECD) is known color: Turquoise. HEX triplet: 49, FE and CD. RGB value is (73,254,205). Sum of RGB (Red+Green+Blue) = 73+254+205=532 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.72% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #49FECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FECD is #B60132. Grayscale: #C2C2C2. Windows color (decimal): -11927859 or 13499977. OLE color: 13499977.
HSL color Cylindrical-coordinate representation of color #49FECD: hue angle of 163.76º 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 #49FECD is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 205 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.00 |
| HSL | 163.76º | 0.99% | 0.64% | - |
| HSV(B) | 163.76º | 0.71% | 1% | - |
| XYZ | 49.21 | 76.71 | 69.97 | - |
| YUV | 194.3 | 134.03 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 205 | 0.71 | 0 | 0.19 | 0.00 | 163.76 | 0.99 | 0.64 |
| Hex | 49 | FE | CD | 47 | 0 | 13 | 0 | A4 | 63 | 40 |
| Octal | 111 | 376 | 315 | 107 | 0 | 23 | 0 | 244 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11001101 | 1000111 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000000 |
Color Harmonies of #49FECD
Complementary color
Monochromatic Colors of #49FECD
Black with #49FECD
Text Example
Text Example
White with #49FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FECD; }
p { color: rgb(73,254,205); }
H1.HeaderClassName
{
color: #49FECD;
}
.AnyTagClassName
{
color: #49FECD;
}
</style>
background-color css
<style>
a { background-color: #49FECD; }
a { background-color: rgb(73,254,205); }
div.DivClassName
{
background-color: #49FECD;
}
.BgClassName
{
background-color: #49FECD;
}
</style>
border-color css
<style>
span { border-color: #49FECD; }
span { border-color: rgb(73,254,205); }
td.TdClassName
{
border-color: #49FECD;
}
.TagClassName
{
border-color: #49FECD;
}
</style>