Shades of Turquoise #49EFC4
Tints of Turquoise #49EFC4
RGB
CMYK
RGB Variations
Color information
#49EFC4 (or 0x49EFC4) is known color: Turquoise. HEX triplet: 49, EF and C4. RGB value is (73,239,196). Sum of RGB (Red+Green+Blue) = 73+239+196=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFC4 is #B6103B. Grayscale: #B8B8B8. Windows color (decimal): -11931708 or 12906313. OLE color: 12906313.
HSL color Cylindrical-coordinate representation of color #49EFC4: hue angle of 164.46º 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 #49EFC4 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 196 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.06 |
| HSL | 164.46º | 0.84% | 0.61% | - |
| HSV(B) | 164.46º | 0.69% | 0.94% | - |
| XYZ | 43.58 | 67.14 | 62.89 | - |
| YUV | 184.46 | 134.5 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 196 | 0.69 | 0 | 0.18 | 0.06 | 164.46 | 0.84 | 0.61 |
| Hex | 49 | EF | C4 | 45 | 0 | 12 | 6 | A4 | 54 | 3D |
| Octal | 111 | 357 | 304 | 105 | 0 | 22 | 6 | 244 | 124 | 75 |
| Binary | 1001001 | 11101111 | 11000100 | 1000101 | 0 | 10010 | 110 | 10100100 | 1010100 | 111101 |
Color Harmonies of #49EFC4
Complementary color
Monochromatic Colors of #49EFC4
Black with #49EFC4
Text Example
Text Example
White with #49EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFC4; }
p { color: rgb(73,239,196); }
H1.HeaderClassName
{
color: #49EFC4;
}
.AnyTagClassName
{
color: #49EFC4;
}
</style>
background-color css
<style>
a { background-color: #49EFC4; }
a { background-color: rgb(73,239,196); }
div.DivClassName
{
background-color: #49EFC4;
}
.BgClassName
{
background-color: #49EFC4;
}
</style>
border-color css
<style>
span { border-color: #49EFC4; }
span { border-color: rgb(73,239,196); }
td.TdClassName
{
border-color: #49EFC4;
}
.TagClassName
{
border-color: #49EFC4;
}
</style>