Shades of Turquoise #49FECF
Tints of Turquoise #49FECF
RGB
CMYK
RGB Variations
Color information
#49FECF (or 0x49FECF) is known color: Turquoise. HEX triplet: 49, FE and CF. RGB value is (73,254,207). Sum of RGB (Red+Green+Blue) = 73+254+207=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #49FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FECF is #B60130. Grayscale: #C2C2C2. Windows color (decimal): -11927857 or 13631049. OLE color: 13631049.
HSL color Cylindrical-coordinate representation of color #49FECF: hue angle of 164.42º 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 #49FECF is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 207 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.00 |
| HSL | 164.42º | 0.99% | 0.64% | - |
| HSV(B) | 164.42º | 0.71% | 1% | - |
| XYZ | 49.45 | 76.81 | 71.25 | - |
| YUV | 194.52 | 135.03 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 207 | 0.71 | 0 | 0.19 | 0.00 | 164.42 | 0.99 | 0.64 |
| Hex | 49 | FE | CF | 47 | 0 | 13 | 0 | A4 | 63 | 40 |
| Octal | 111 | 376 | 317 | 107 | 0 | 23 | 0 | 244 | 143 | 100 |
| Binary | 1001001 | 11111110 | 11001111 | 1000111 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000000 |
Color Harmonies of #49FECF
Complementary color
Monochromatic Colors of #49FECF
Black with #49FECF
Text Example
Text Example
White with #49FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FECF; }
p { color: rgb(73,254,207); }
H1.HeaderClassName
{
color: #49FECF;
}
.AnyTagClassName
{
color: #49FECF;
}
</style>
background-color css
<style>
a { background-color: #49FECF; }
a { background-color: rgb(73,254,207); }
div.DivClassName
{
background-color: #49FECF;
}
.BgClassName
{
background-color: #49FECF;
}
</style>
border-color css
<style>
span { border-color: #49FECF; }
span { border-color: rgb(73,254,207); }
td.TdClassName
{
border-color: #49FECF;
}
.TagClassName
{
border-color: #49FECF;
}
</style>