Shades of Turquoise #49FCEB
Tints of Turquoise #49FCEB
RGB
CMYK
RGB Variations
Color information
#49FCEB (or 0x49FCEB) is known color: Turquoise. HEX triplet: 49, FC and EB. RGB value is (73,252,235). Sum of RGB (Red+Green+Blue) = 73+252+235=560 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.04% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FCEB is #B60314. Grayscale: #C4C4C4. Windows color (decimal): -11928341 or 15465545. OLE color: 15465545.
HSL color Cylindrical-coordinate representation of color #49FCEB: hue angle of 174.3º 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 #49FCEB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 235 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.01 |
| HSL | 174.3º | 0.97% | 0.64% | - |
| HSV(B) | 174.3º | 0.71% | 0.99% | - |
| XYZ | 52.55 | 77.04 | 90.7 | - |
| YUV | 196.54 | 149.7 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 235 | 0.71 | 0 | 0.07 | 0.01 | 174.3 | 0.97 | 0.64 |
| Hex | 49 | FC | EB | 47 | 0 | 7 | 1 | AE | 61 | 40 |
| Octal | 111 | 374 | 353 | 107 | 0 | 7 | 1 | 256 | 141 | 100 |
| Binary | 1001001 | 11111100 | 11101011 | 1000111 | 0 | 111 | 1 | 10101110 | 1100001 | 1000000 |
Color Harmonies of #49FCEB
Complementary color
Monochromatic Colors of #49FCEB
Black with #49FCEB
Text Example
Text Example
White with #49FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCEB; }
p { color: rgb(73,252,235); }
H1.HeaderClassName
{
color: #49FCEB;
}
.AnyTagClassName
{
color: #49FCEB;
}
</style>
background-color css
<style>
a { background-color: #49FCEB; }
a { background-color: rgb(73,252,235); }
div.DivClassName
{
background-color: #49FCEB;
}
.BgClassName
{
background-color: #49FCEB;
}
</style>
border-color css
<style>
span { border-color: #49FCEB; }
span { border-color: rgb(73,252,235); }
td.TdClassName
{
border-color: #49FCEB;
}
.TagClassName
{
border-color: #49FCEB;
}
</style>