Shades of Turquoise #49FFDC
Tints of Turquoise #49FFDC
RGB
CMYK
RGB Variations
Color information
#49FFDC (or 0x49FFDC) is known color: Turquoise. HEX triplet: 49, FF and DC. RGB value is (73,255,220). Sum of RGB (Red+Green+Blue) = 73+255+220=548 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.32% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFDC is #B60023. Grayscale: #C4C4C4. Windows color (decimal): -11927588 or 14483273. OLE color: 14483273.
HSL color Cylindrical-coordinate representation of color #49FFDC: hue angle of 168.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFDC is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 220 | - |
| CMYK | 0.71 | 0 | 0.14 | 0 |
| HSL | 168.46º | 1% | 0.64% | - |
| HSV(B) | 168.46º | 0.71% | 1% | - |
| XYZ | 51.43 | 78.1 | 80.08 | - |
| YUV | 196.59 | 141.2 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 220 | 0.71 | 0 | 0.14 | 0 | 168.46 | 1 | 0.64 |
| Hex | 49 | FF | DC | 47 | 0 | E | 0 | A8 | 64 | 40 |
| Octal | 111 | 377 | 334 | 107 | 0 | 16 | 0 | 250 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11011100 | 1000111 | 0 | 1110 | 0 | 10101000 | 1100100 | 1000000 |
Color Harmonies of #49FFDC
Complementary color
Monochromatic Colors of #49FFDC
Black with #49FFDC
Text Example
Text Example
White with #49FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFDC; }
p { color: rgb(73,255,220); }
H1.HeaderClassName
{
color: #49FFDC;
}
.AnyTagClassName
{
color: #49FFDC;
}
</style>
background-color css
<style>
a { background-color: #49FFDC; }
a { background-color: rgb(73,255,220); }
div.DivClassName
{
background-color: #49FFDC;
}
.BgClassName
{
background-color: #49FFDC;
}
</style>
border-color css
<style>
span { border-color: #49FFDC; }
span { border-color: rgb(73,255,220); }
td.TdClassName
{
border-color: #49FFDC;
}
.TagClassName
{
border-color: #49FFDC;
}
</style>