Shades of Turquoise #49FBC7
Tints of Turquoise #49FBC7
RGB
CMYK
RGB Variations
Color information
#49FBC7 (or 0x49FBC7) is known color: Turquoise. HEX triplet: 49, FB and C7. RGB value is (73,251,199). Sum of RGB (Red+Green+Blue) = 73+251+199=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBC7 is #B60438. Grayscale: #BFBFBF. Windows color (decimal): -11928633 or 13105993. OLE color: 13105993.
HSL color Cylindrical-coordinate representation of color #49FBC7: hue angle of 162.47º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FBC7 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 251 | 199 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.02 |
| HSL | 162.47º | 0.96% | 0.64% | - |
| HSV(B) | 162.47º | 0.71% | 0.98% | - |
| XYZ | 47.55 | 74.53 | 65.91 | - |
| YUV | 191.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 251 | 199 | 0.71 | 0 | 0.21 | 0.02 | 162.47 | 0.96 | 0.64 |
| Hex | 49 | FB | C7 | 47 | 0 | 15 | 2 | A2 | 60 | 40 |
| Octal | 111 | 373 | 307 | 107 | 0 | 25 | 2 | 242 | 140 | 100 |
| Binary | 1001001 | 11111011 | 11000111 | 1000111 | 0 | 10101 | 10 | 10100010 | 1100000 | 1000000 |
Color Harmonies of #49FBC7
Complementary color
Monochromatic Colors of #49FBC7
Black with #49FBC7
Text Example
Text Example
White with #49FBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FBC7; }
p { color: rgb(73,251,199); }
H1.HeaderClassName
{
color: #49FBC7;
}
.AnyTagClassName
{
color: #49FBC7;
}
</style>
background-color css
<style>
a { background-color: #49FBC7; }
a { background-color: rgb(73,251,199); }
div.DivClassName
{
background-color: #49FBC7;
}
.BgClassName
{
background-color: #49FBC7;
}
</style>
border-color css
<style>
span { border-color: #49FBC7; }
span { border-color: rgb(73,251,199); }
td.TdClassName
{
border-color: #49FBC7;
}
.TagClassName
{
border-color: #49FBC7;
}
</style>