Shades of Turquoise #49EFC6
Tints of Turquoise #49EFC6
RGB
CMYK
RGB Variations
Color information
#49EFC6 (or 0x49EFC6) is known color: Turquoise. HEX triplet: 49, EF and C6. RGB value is (73,239,198). Sum of RGB (Red+Green+Blue) = 73+239+198=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFC6 is #B61039. Grayscale: #B8B8B8. Windows color (decimal): -11931706 or 13037385. OLE color: 13037385.
HSL color Cylindrical-coordinate representation of color #49EFC6: hue angle of 165.18º 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 #49EFC6 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 198 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.06 |
| HSL | 165.18º | 0.84% | 0.61% | - |
| HSV(B) | 165.18º | 0.69% | 0.94% | - |
| XYZ | 43.81 | 67.23 | 64.09 | - |
| YUV | 184.69 | 135.5 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 198 | 0.69 | 0 | 0.17 | 0.06 | 165.18 | 0.84 | 0.61 |
| Hex | 49 | EF | C6 | 45 | 0 | 11 | 6 | A5 | 54 | 3D |
| Octal | 111 | 357 | 306 | 105 | 0 | 21 | 6 | 245 | 124 | 75 |
| Binary | 1001001 | 11101111 | 11000110 | 1000101 | 0 | 10001 | 110 | 10100101 | 1010100 | 111101 |
Color Harmonies of #49EFC6
Complementary color
Monochromatic Colors of #49EFC6
Black with #49EFC6
Text Example
Text Example
White with #49EFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFC6; }
p { color: rgb(73,239,198); }
H1.HeaderClassName
{
color: #49EFC6;
}
.AnyTagClassName
{
color: #49EFC6;
}
</style>
background-color css
<style>
a { background-color: #49EFC6; }
a { background-color: rgb(73,239,198); }
div.DivClassName
{
background-color: #49EFC6;
}
.BgClassName
{
background-color: #49EFC6;
}
</style>
border-color css
<style>
span { border-color: #49EFC6; }
span { border-color: rgb(73,239,198); }
td.TdClassName
{
border-color: #49EFC6;
}
.TagClassName
{
border-color: #49EFC6;
}
</style>