Shades of Turquoise #49FCEC
Tints of Turquoise #49FCEC
RGB
CMYK
RGB Variations
Color information
#49FCEC (or 0x49FCEC) is known color: Turquoise. HEX triplet: 49, FC and EC. RGB value is (73,252,236). Sum of RGB (Red+Green+Blue) = 73+252+236=561 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.01% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FCEC is #B60313. Grayscale: #C4C4C4. Windows color (decimal): -11928340 or 15531081. OLE color: 15531081.
HSL color Cylindrical-coordinate representation of color #49FCEC: hue angle of 174.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FCEC is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 236 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.01 |
| HSL | 174.64º | 0.97% | 0.64% | - |
| HSV(B) | 174.64º | 0.71% | 0.99% | - |
| XYZ | 52.7 | 77.09 | 91.46 | - |
| YUV | 196.66 | 150.2 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 236 | 0.71 | 0 | 0.06 | 0.01 | 174.64 | 0.97 | 0.64 |
| Hex | 49 | FC | EC | 47 | 0 | 6 | 1 | AF | 61 | 40 |
| Octal | 111 | 374 | 354 | 107 | 0 | 6 | 1 | 257 | 141 | 100 |
| Binary | 1001001 | 11111100 | 11101100 | 1000111 | 0 | 110 | 1 | 10101111 | 1100001 | 1000000 |
Color Harmonies of #49FCEC
Complementary color
Monochromatic Colors of #49FCEC
Black with #49FCEC
Text Example
Text Example
White with #49FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCEC; }
p { color: rgb(73,252,236); }
H1.HeaderClassName
{
color: #49FCEC;
}
.AnyTagClassName
{
color: #49FCEC;
}
</style>
background-color css
<style>
a { background-color: #49FCEC; }
a { background-color: rgb(73,252,236); }
div.DivClassName
{
background-color: #49FCEC;
}
.BgClassName
{
background-color: #49FCEC;
}
</style>
border-color css
<style>
span { border-color: #49FCEC; }
span { border-color: rgb(73,252,236); }
td.TdClassName
{
border-color: #49FCEC;
}
.TagClassName
{
border-color: #49FCEC;
}
</style>