Shades of Turquoise #49FAEC
Tints of Turquoise #49FAEC
RGB
CMYK
RGB Variations
Color information
#49FAEC (or 0x49FAEC) is known color: Turquoise. HEX triplet: 49, FA and EC. RGB value is (73,250,236). Sum of RGB (Red+Green+Blue) = 73+250+236=559 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.06% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FAEC is #B60513. Grayscale: #C3C3C3. Windows color (decimal): -11928852 or 15530569. OLE color: 15530569.
HSL color Cylindrical-coordinate representation of color #49FAEC: hue angle of 175.25º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FAEC is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 236 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.02 |
| HSL | 175.25º | 0.95% | 0.63% | - |
| HSV(B) | 175.25º | 0.71% | 0.98% | - |
| XYZ | 52.07 | 75.84 | 91.25 | - |
| YUV | 195.48 | 150.86 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 236 | 0.71 | 0 | 0.06 | 0.02 | 175.25 | 0.95 | 0.63 |
| Hex | 49 | FA | EC | 47 | 0 | 6 | 2 | AF | 5F | 3F |
| Octal | 111 | 372 | 354 | 107 | 0 | 6 | 2 | 257 | 137 | 77 |
| Binary | 1001001 | 11111010 | 11101100 | 1000111 | 0 | 110 | 10 | 10101111 | 1011111 | 111111 |
Color Harmonies of #49FAEC
Complementary color
Monochromatic Colors of #49FAEC
Black with #49FAEC
Text Example
Text Example
White with #49FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FAEC; }
p { color: rgb(73,250,236); }
H1.HeaderClassName
{
color: #49FAEC;
}
.AnyTagClassName
{
color: #49FAEC;
}
</style>
background-color css
<style>
a { background-color: #49FAEC; }
a { background-color: rgb(73,250,236); }
div.DivClassName
{
background-color: #49FAEC;
}
.BgClassName
{
background-color: #49FAEC;
}
</style>
border-color css
<style>
span { border-color: #49FAEC; }
span { border-color: rgb(73,250,236); }
td.TdClassName
{
border-color: #49FAEC;
}
.TagClassName
{
border-color: #49FAEC;
}
</style>