Shades of Turquoise #49FCBC
Tints of Turquoise #49FCBC
RGB
CMYK
RGB Variations
Color information
#49FCBC (or 0x49FCBC) is known color: Turquoise. HEX triplet: 49, FC and BC. RGB value is (73,252,188). Sum of RGB (Red+Green+Blue) = 73+252+188=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCBC is #B60343. Grayscale: #BFBFBF. Windows color (decimal): -11928388 or 12385353. OLE color: 12385353.
HSL color Cylindrical-coordinate representation of color #49FCBC: hue angle of 158.55º 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 #49FCBC is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 252 | 188 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.01 |
| HSL | 158.55º | 0.97% | 0.64% | - |
| HSV(B) | 158.55º | 0.71% | 0.99% | - |
| XYZ | 46.64 | 74.67 | 59.53 | - |
| YUV | 191.18 | 126.2 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 252 | 188 | 0.71 | 0 | 0.25 | 0.01 | 158.55 | 0.97 | 0.64 |
| Hex | 49 | FC | BC | 47 | 0 | 19 | 1 | 9F | 61 | 40 |
| Octal | 111 | 374 | 274 | 107 | 0 | 31 | 1 | 237 | 141 | 100 |
| Binary | 1001001 | 11111100 | 10111100 | 1000111 | 0 | 11001 | 1 | 10011111 | 1100001 | 1000000 |
Color Harmonies of #49FCBC
Complementary color
Monochromatic Colors of #49FCBC
Black with #49FCBC
Text Example
Text Example
White with #49FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FCBC; }
p { color: rgb(73,252,188); }
H1.HeaderClassName
{
color: #49FCBC;
}
.AnyTagClassName
{
color: #49FCBC;
}
</style>
background-color css
<style>
a { background-color: #49FCBC; }
a { background-color: rgb(73,252,188); }
div.DivClassName
{
background-color: #49FCBC;
}
.BgClassName
{
background-color: #49FCBC;
}
</style>
border-color css
<style>
span { border-color: #49FCBC; }
span { border-color: rgb(73,252,188); }
td.TdClassName
{
border-color: #49FCBC;
}
.TagClassName
{
border-color: #49FCBC;
}
</style>