Shades of Turquoise #49EFBC
Tints of Turquoise #49EFBC
RGB
CMYK
RGB Variations
Color information
#49EFBC (or 0x49EFBC) is known color: Turquoise. HEX triplet: 49, EF and BC. RGB value is (73,239,188). Sum of RGB (Red+Green+Blue) = 73+239+188=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFBC is #B61043. Grayscale: #B7B7B7. Windows color (decimal): -11931716 or 12382025. OLE color: 12382025.
HSL color Cylindrical-coordinate representation of color #49EFBC: hue angle of 161.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFBC is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 188 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.06 |
| HSL | 161.57º | 0.84% | 0.61% | - |
| HSV(B) | 161.57º | 0.69% | 0.94% | - |
| XYZ | 42.69 | 66.78 | 58.22 | - |
| YUV | 183.55 | 130.5 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 188 | 0.69 | 0 | 0.21 | 0.06 | 161.57 | 0.84 | 0.61 |
| Hex | 49 | EF | BC | 45 | 0 | 15 | 6 | A2 | 54 | 3D |
| Octal | 111 | 357 | 274 | 105 | 0 | 25 | 6 | 242 | 124 | 75 |
| Binary | 1001001 | 11101111 | 10111100 | 1000101 | 0 | 10101 | 110 | 10100010 | 1010100 | 111101 |
Color Harmonies of #49EFBC
Complementary color
Monochromatic Colors of #49EFBC
Black with #49EFBC
Text Example
Text Example
White with #49EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFBC; }
p { color: rgb(73,239,188); }
H1.HeaderClassName
{
color: #49EFBC;
}
.AnyTagClassName
{
color: #49EFBC;
}
</style>
background-color css
<style>
a { background-color: #49EFBC; }
a { background-color: rgb(73,239,188); }
div.DivClassName
{
background-color: #49EFBC;
}
.BgClassName
{
background-color: #49EFBC;
}
</style>
border-color css
<style>
span { border-color: #49EFBC; }
span { border-color: rgb(73,239,188); }
td.TdClassName
{
border-color: #49EFBC;
}
.TagClassName
{
border-color: #49EFBC;
}
</style>