Shades of Turquoise #49E6DF
Tints of Turquoise #49E6DF
RGB
CMYK
RGB Variations
Color information
#49E6DF (or 0x49E6DF) is known color: Turquoise. HEX triplet: 49, E6 and DF. RGB value is (73,230,223). Sum of RGB (Red+Green+Blue) = 73+230+223=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #49E6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E6DF is #B61920. Grayscale: #B6B6B6. Windows color (decimal): -11933985 or 14673481. OLE color: 14673481.
HSL color Cylindrical-coordinate representation of color #49E6DF: hue angle of 177.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E6DF is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 223 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.10 |
| HSL | 177.32º | 0.76% | 0.59% | - |
| HSV(B) | 177.32º | 0.68% | 0.9% | - |
| XYZ | 44.36 | 63.34 | 79.7 | - |
| YUV | 182.26 | 150.99 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 223 | 0.68 | 0 | 0.03 | 0.10 | 177.32 | 0.76 | 0.59 |
| Hex | 49 | E6 | DF | 44 | 0 | 3 | A | B1 | 4C | 3B |
| Octal | 111 | 346 | 337 | 104 | 0 | 3 | 12 | 261 | 114 | 73 |
| Binary | 1001001 | 11100110 | 11011111 | 1000100 | 0 | 11 | 1010 | 10110001 | 1001100 | 111011 |
Color Harmonies of #49E6DF
Complementary color
Monochromatic Colors of #49E6DF
Black with #49E6DF
Text Example
Text Example
White with #49E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E6DF; }
p { color: rgb(73,230,223); }
H1.HeaderClassName
{
color: #49E6DF;
}
.AnyTagClassName
{
color: #49E6DF;
}
</style>
background-color css
<style>
a { background-color: #49E6DF; }
a { background-color: rgb(73,230,223); }
div.DivClassName
{
background-color: #49E6DF;
}
.BgClassName
{
background-color: #49E6DF;
}
</style>
border-color css
<style>
span { border-color: #49E6DF; }
span { border-color: rgb(73,230,223); }
td.TdClassName
{
border-color: #49E6DF;
}
.TagClassName
{
border-color: #49E6DF;
}
</style>