Shades of Turquoise #49FFDE
Tints of Turquoise #49FFDE
RGB
CMYK
RGB Variations
Color information
#49FFDE (or 0x49FFDE) is known color: Turquoise. HEX triplet: 49, FF and DE. RGB value is (73,255,222). Sum of RGB (Red+Green+Blue) = 73+255+222=550 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.27% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFDE is #B60021. Grayscale: #C4C4C4. Windows color (decimal): -11927586 or 14614345. OLE color: 14614345.
HSL color Cylindrical-coordinate representation of color #49FFDE: hue angle of 169.12º 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 #49FFDE is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 222 | - |
| CMYK | 0.71 | 0 | 0.13 | 0 |
| HSL | 169.12º | 1% | 0.64% | - |
| HSV(B) | 169.12º | 0.71% | 1% | - |
| XYZ | 51.69 | 78.21 | 81.48 | - |
| YUV | 196.82 | 142.2 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 222 | 0.71 | 0 | 0.13 | 0 | 169.12 | 1 | 0.64 |
| Hex | 49 | FF | DE | 47 | 0 | D | 0 | A9 | 64 | 40 |
| Octal | 111 | 377 | 336 | 107 | 0 | 15 | 0 | 251 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11011110 | 1000111 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000000 |
Color Harmonies of #49FFDE
Complementary color
Monochromatic Colors of #49FFDE
Black with #49FFDE
Text Example
Text Example
White with #49FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFDE; }
p { color: rgb(73,255,222); }
H1.HeaderClassName
{
color: #49FFDE;
}
.AnyTagClassName
{
color: #49FFDE;
}
</style>
background-color css
<style>
a { background-color: #49FFDE; }
a { background-color: rgb(73,255,222); }
div.DivClassName
{
background-color: #49FFDE;
}
.BgClassName
{
background-color: #49FFDE;
}
</style>
border-color css
<style>
span { border-color: #49FFDE; }
span { border-color: rgb(73,255,222); }
td.TdClassName
{
border-color: #49FFDE;
}
.TagClassName
{
border-color: #49FFDE;
}
</style>