Shades of Turquoise #49FFC7
Tints of Turquoise #49FFC7
RGB
CMYK
RGB Variations
Color information
#49FFC7 (or 0x49FFC7) is known color: Turquoise. HEX triplet: 49, FF and C7. RGB value is (73,255,199). Sum of RGB (Red+Green+Blue) = 73+255+199=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFC7 is #B60038. Grayscale: #C2C2C2. Windows color (decimal): -11927609 or 13107017. OLE color: 13107017.
HSL color Cylindrical-coordinate representation of color #49FFC7: hue angle of 161.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFC7 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 199 | - |
| CMYK | 0.71 | 0 | 0.22 | 0 |
| HSL | 161.54º | 1% | 0.64% | - |
| HSV(B) | 161.54º | 0.71% | 1% | - |
| XYZ | 48.82 | 77.06 | 66.33 | - |
| YUV | 194.2 | 130.7 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 199 | 0.71 | 0 | 0.22 | 0 | 161.54 | 1 | 0.64 |
| Hex | 49 | FF | C7 | 47 | 0 | 16 | 0 | A2 | 64 | 40 |
| Octal | 111 | 377 | 307 | 107 | 0 | 26 | 0 | 242 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11000111 | 1000111 | 0 | 10110 | 0 | 10100010 | 1100100 | 1000000 |
Color Harmonies of #49FFC7
Complementary color
Monochromatic Colors of #49FFC7
Black with #49FFC7
Text Example
Text Example
White with #49FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFC7; }
p { color: rgb(73,255,199); }
H1.HeaderClassName
{
color: #49FFC7;
}
.AnyTagClassName
{
color: #49FFC7;
}
</style>
background-color css
<style>
a { background-color: #49FFC7; }
a { background-color: rgb(73,255,199); }
div.DivClassName
{
background-color: #49FFC7;
}
.BgClassName
{
background-color: #49FFC7;
}
</style>
border-color css
<style>
span { border-color: #49FFC7; }
span { border-color: rgb(73,255,199); }
td.TdClassName
{
border-color: #49FFC7;
}
.TagClassName
{
border-color: #49FFC7;
}
</style>