Shades of Turquoise #49EFC9
Tints of Turquoise #49EFC9
RGB
CMYK
RGB Variations
Color information
#49EFC9 (or 0x49EFC9) is known color: Turquoise. HEX triplet: 49, EF and C9. RGB value is (73,239,201). Sum of RGB (Red+Green+Blue) = 73+239+201=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFC9 is #B61036. Grayscale: #B9B9B9. Windows color (decimal): -11931703 or 13233993. OLE color: 13233993.
HSL color Cylindrical-coordinate representation of color #49EFC9: hue angle of 166.27º 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 #49EFC9 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 201 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.06 |
| HSL | 166.27º | 0.84% | 0.61% | - |
| HSV(B) | 166.27º | 0.69% | 0.94% | - |
| XYZ | 44.16 | 67.37 | 65.93 | - |
| YUV | 185.03 | 137 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 201 | 0.69 | 0 | 0.16 | 0.06 | 166.27 | 0.84 | 0.61 |
| Hex | 49 | EF | C9 | 45 | 0 | 10 | 6 | A6 | 54 | 3D |
| Octal | 111 | 357 | 311 | 105 | 0 | 20 | 6 | 246 | 124 | 75 |
| Binary | 1001001 | 11101111 | 11001001 | 1000101 | 0 | 10000 | 110 | 10100110 | 1010100 | 111101 |
Color Harmonies of #49EFC9
Complementary color
Monochromatic Colors of #49EFC9
Black with #49EFC9
Text Example
Text Example
White with #49EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFC9; }
p { color: rgb(73,239,201); }
H1.HeaderClassName
{
color: #49EFC9;
}
.AnyTagClassName
{
color: #49EFC9;
}
</style>
background-color css
<style>
a { background-color: #49EFC9; }
a { background-color: rgb(73,239,201); }
div.DivClassName
{
background-color: #49EFC9;
}
.BgClassName
{
background-color: #49EFC9;
}
</style>
border-color css
<style>
span { border-color: #49EFC9; }
span { border-color: rgb(73,239,201); }
td.TdClassName
{
border-color: #49EFC9;
}
.TagClassName
{
border-color: #49EFC9;
}
</style>