Shades of Turquoise #49FCED
Tints of Turquoise #49FCED
RGB
CMYK
RGB Variations
Color information
#49FCED (or 0x49FCED) is known color: Turquoise. HEX triplet: 49, FC and ED. RGB value is (73,252,237). Sum of RGB (Red+Green+Blue) = 73+252+237=562 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.99% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FCED is #B60312. Grayscale: #C4C4C4. Windows color (decimal): -11928339 or 15596617. OLE color: 15596617.
HSL color Cylindrical-coordinate representation of color #49FCED: hue angle of 174.97º 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 #49FCED is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 237 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.01 |
| HSL | 174.97º | 0.97% | 0.64% | - |
| HSV(B) | 174.97º | 0.71% | 0.99% | - |
| XYZ | 52.84 | 77.15 | 92.23 | - |
| YUV | 196.77 | 150.7 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 237 | 0.71 | 0 | 0.06 | 0.01 | 174.97 | 0.97 | 0.64 |
| Hex | 49 | FC | ED | 47 | 0 | 6 | 1 | AF | 61 | 40 |
| Octal | 111 | 374 | 355 | 107 | 0 | 6 | 1 | 257 | 141 | 100 |
| Binary | 1001001 | 11111100 | 11101101 | 1000111 | 0 | 110 | 1 | 10101111 | 1100001 | 1000000 |
Color Harmonies of #49FCED
Complementary color
Monochromatic Colors of #49FCED
Black with #49FCED
Text Example
Text Example
White with #49FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCED; }
p { color: rgb(73,252,237); }
H1.HeaderClassName
{
color: #49FCED;
}
.AnyTagClassName
{
color: #49FCED;
}
</style>
background-color css
<style>
a { background-color: #49FCED; }
a { background-color: rgb(73,252,237); }
div.DivClassName
{
background-color: #49FCED;
}
.BgClassName
{
background-color: #49FCED;
}
</style>
border-color css
<style>
span { border-color: #49FCED; }
span { border-color: rgb(73,252,237); }
td.TdClassName
{
border-color: #49FCED;
}
.TagClassName
{
border-color: #49FCED;
}
</style>