Shades of Turquoise #49FEED
Tints of Turquoise #49FEED
RGB
CMYK
RGB Variations
Color information
#49FEED (or 0x49FEED) is known color: Turquoise. HEX triplet: 49, FE and ED. RGB value is (73,254,237). Sum of RGB (Red+Green+Blue) = 73+254+237=564 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.94% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEED is #B60112. Grayscale: #C5C5C5. Windows color (decimal): -11927827 or 15597129. OLE color: 15597129.
HSL color Cylindrical-coordinate representation of color #49FEED: hue angle of 174.36º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEED is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 237 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.00 |
| HSL | 174.36º | 0.99% | 0.64% | - |
| HSV(B) | 174.36º | 0.71% | 1% | - |
| XYZ | 53.48 | 78.41 | 92.44 | - |
| YUV | 197.94 | 150.03 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 237 | 0.71 | 0 | 0.07 | 0.00 | 174.36 | 0.99 | 0.64 |
| Hex | 49 | FE | ED | 47 | 0 | 7 | 0 | AE | 63 | 40 |
| Octal | 111 | 376 | 355 | 107 | 0 | 7 | 0 | 256 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11101101 | 1000111 | 0 | 111 | 0 | 10101110 | 1100011 | 1000000 |
Color Harmonies of #49FEED
Complementary color
Monochromatic Colors of #49FEED
Black with #49FEED
Text Example
Text Example
White with #49FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FEED; }
p { color: rgb(73,254,237); }
H1.HeaderClassName
{
color: #49FEED;
}
.AnyTagClassName
{
color: #49FEED;
}
</style>
background-color css
<style>
a { background-color: #49FEED; }
a { background-color: rgb(73,254,237); }
div.DivClassName
{
background-color: #49FEED;
}
.BgClassName
{
background-color: #49FEED;
}
</style>
border-color css
<style>
span { border-color: #49FEED; }
span { border-color: rgb(73,254,237); }
td.TdClassName
{
border-color: #49FEED;
}
.TagClassName
{
border-color: #49FEED;
}
</style>