Shades of Turquoise #49DFE1
Tints of Turquoise #49DFE1
RGB
CMYK
RGB Variations
Color information
#49DFE1 (or 0x49DFE1) is known color: Turquoise. HEX triplet: 49, DF and E1. RGB value is (73,223,225). Sum of RGB (Red+Green+Blue) = 73+223+225=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #49DFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFE1 is #B6201E. Grayscale: #B2B2B2. Windows color (decimal): -11935775 or 14802761. OLE color: 14802761.
HSL color Cylindrical-coordinate representation of color #49DFE1: hue angle of 180.79º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49DFE1 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 223 | 225 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.12 |
| HSL | 180.79º | 0.72% | 0.58% | - |
| HSV(B) | 180.79º | 0.68% | 0.88% | - |
| XYZ | 42.73 | 59.63 | 80.49 | - |
| YUV | 178.38 | 154.31 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 225 | 0.68 | 0.01 | 0 | 0.12 | 180.79 | 0.72 | 0.58 |
| Hex | 49 | DF | E1 | 44 | 1 | 0 | C | B5 | 48 | 3A |
| Octal | 111 | 337 | 341 | 104 | 1 | 0 | 14 | 265 | 110 | 72 |
| Binary | 1001001 | 11011111 | 11100001 | 1000100 | 1 | 0 | 1100 | 10110101 | 1001000 | 111010 |
Color Harmonies of #49DFE1
Complementary color
Monochromatic Colors of #49DFE1
Black with #49DFE1
Text Example
Text Example
White with #49DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFE1; }
p { color: rgb(73,223,225); }
H1.HeaderClassName
{
color: #49DFE1;
}
.AnyTagClassName
{
color: #49DFE1;
}
</style>
background-color css
<style>
a { background-color: #49DFE1; }
a { background-color: rgb(73,223,225); }
div.DivClassName
{
background-color: #49DFE1;
}
.BgClassName
{
background-color: #49DFE1;
}
</style>
border-color css
<style>
span { border-color: #49DFE1; }
span { border-color: rgb(73,223,225); }
td.TdClassName
{
border-color: #49DFE1;
}
.TagClassName
{
border-color: #49DFE1;
}
</style>