Shades of Turquoise #49ECEF
Tints of Turquoise #49ECEF
RGB
CMYK
RGB Variations
Color information
#49ECEF (or 0x49ECEF) is known color: Turquoise. HEX triplet: 49, EC and EF. RGB value is (73,236,239). Sum of RGB (Red+Green+Blue) = 73+236+239=548 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.32% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #49ECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49ECEF is #B61310. Grayscale: #BBBBBB. Windows color (decimal): -11932433 or 15723593. OLE color: 15723593.
HSL color Cylindrical-coordinate representation of color #49ECEF: hue angle of 181.08º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ECEF is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 236 | 239 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.06 |
| HSL | 181.08º | 0.84% | 0.61% | - |
| HSV(B) | 181.08º | 0.69% | 0.94% | - |
| XYZ | 48.32 | 67.64 | 92.17 | - |
| YUV | 187.61 | 157 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 239 | 0.69 | 0.01 | 0 | 0.06 | 181.08 | 0.84 | 0.61 |
| Hex | 49 | EC | EF | 45 | 1 | 0 | 6 | B5 | 54 | 3D |
| Octal | 111 | 354 | 357 | 105 | 1 | 0 | 6 | 265 | 124 | 75 |
| Binary | 1001001 | 11101100 | 11101111 | 1000101 | 1 | 0 | 110 | 10110101 | 1010100 | 111101 |
Color Harmonies of #49ECEF
Complementary color
Monochromatic Colors of #49ECEF
Black with #49ECEF
Text Example
Text Example
White with #49ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECEF; }
p { color: rgb(73,236,239); }
H1.HeaderClassName
{
color: #49ECEF;
}
.AnyTagClassName
{
color: #49ECEF;
}
</style>
background-color css
<style>
a { background-color: #49ECEF; }
a { background-color: rgb(73,236,239); }
div.DivClassName
{
background-color: #49ECEF;
}
.BgClassName
{
background-color: #49ECEF;
}
</style>
border-color css
<style>
span { border-color: #49ECEF; }
span { border-color: rgb(73,236,239); }
td.TdClassName
{
border-color: #49ECEF;
}
.TagClassName
{
border-color: #49ECEF;
}
</style>