Shades of Turquoise #49FDEB
Tints of Turquoise #49FDEB
RGB
CMYK
RGB Variations
Color information
#49FDEB (or 0x49FDEB) is known color: Turquoise. HEX triplet: 49, FD and EB. RGB value is (73,253,235). Sum of RGB (Red+Green+Blue) = 73+253+235=561 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.01% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FDEB is #B60214. Grayscale: #C5C5C5. Windows color (decimal): -11928085 or 15465801. OLE color: 15465801.
HSL color Cylindrical-coordinate representation of color #49FDEB: hue angle of 174º degrees, saturation: 0.98, 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 #49FDEB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 253 | 235 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.01 |
| HSL | 174º | 0.98% | 0.64% | - |
| HSV(B) | 174º | 0.71% | 0.99% | - |
| XYZ | 52.87 | 77.67 | 90.8 | - |
| YUV | 197.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 253 | 235 | 0.71 | 0 | 0.07 | 0.01 | 174 | 0.98 | 0.64 |
| Hex | 49 | FD | EB | 47 | 0 | 7 | 1 | AE | 62 | 40 |
| Octal | 111 | 375 | 353 | 107 | 0 | 7 | 1 | 256 | 142 | 100 |
| Binary | 1001001 | 11111101 | 11101011 | 1000111 | 0 | 111 | 1 | 10101110 | 1100010 | 1000000 |
Color Harmonies of #49FDEB
Complementary color
Monochromatic Colors of #49FDEB
Black with #49FDEB
Text Example
Text Example
White with #49FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FDEB; }
p { color: rgb(73,253,235); }
H1.HeaderClassName
{
color: #49FDEB;
}
.AnyTagClassName
{
color: #49FDEB;
}
</style>
background-color css
<style>
a { background-color: #49FDEB; }
a { background-color: rgb(73,253,235); }
div.DivClassName
{
background-color: #49FDEB;
}
.BgClassName
{
background-color: #49FDEB;
}
</style>
border-color css
<style>
span { border-color: #49FDEB; }
span { border-color: rgb(73,253,235); }
td.TdClassName
{
border-color: #49FDEB;
}
.TagClassName
{
border-color: #49FDEB;
}
</style>