Shades of Turquoise #49FEDD
Tints of Turquoise #49FEDD
RGB
CMYK
RGB Variations
Color information
#49FEDD (or 0x49FEDD) is known color: Turquoise. HEX triplet: 49, FE and DD. RGB value is (73,254,221). Sum of RGB (Red+Green+Blue) = 73+254+221=548 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.32% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEDD is #B60122. Grayscale: #C4C4C4. Windows color (decimal): -11927843 or 14548553. OLE color: 14548553.
HSL color Cylindrical-coordinate representation of color #49FEDD: hue angle of 169.06º 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 #49FEDD is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 221 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.00 |
| HSL | 169.06º | 0.99% | 0.64% | - |
| HSV(B) | 169.06º | 0.71% | 1% | - |
| XYZ | 51.24 | 77.52 | 80.67 | - |
| YUV | 196.12 | 142.03 | 40.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 221 | 0.71 | 0 | 0.13 | 0.00 | 169.06 | 0.99 | 0.64 |
| Hex | 49 | FE | DD | 47 | 0 | D | 0 | A9 | 63 | 40 |
| Octal | 111 | 376 | 335 | 107 | 0 | 15 | 0 | 251 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11011101 | 1000111 | 0 | 1101 | 0 | 10101001 | 1100011 | 1000000 |
Color Harmonies of #49FEDD
Complementary color
Monochromatic Colors of #49FEDD
Black with #49FEDD
Text Example
Text Example
White with #49FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEDD; }
p { color: rgb(73,254,221); }
H1.HeaderClassName
{
color: #49FEDD;
}
.AnyTagClassName
{
color: #49FEDD;
}
</style>
background-color css
<style>
a { background-color: #49FEDD; }
a { background-color: rgb(73,254,221); }
div.DivClassName
{
background-color: #49FEDD;
}
.BgClassName
{
background-color: #49FEDD;
}
</style>
border-color css
<style>
span { border-color: #49FEDD; }
span { border-color: rgb(73,254,221); }
td.TdClassName
{
border-color: #49FEDD;
}
.TagClassName
{
border-color: #49FEDD;
}
</style>