Shades of Turquoise #49EFCB
Tints of Turquoise #49EFCB
RGB
CMYK
RGB Variations
Color information
#49EFCB (or 0x49EFCB) is known color: Turquoise. HEX triplet: 49, EF and CB. RGB value is (73,239,203). Sum of RGB (Red+Green+Blue) = 73+239+203=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFCB is #B61034. Grayscale: #B9B9B9. Windows color (decimal): -11931701 or 13365065. OLE color: 13365065.
HSL color Cylindrical-coordinate representation of color #49EFCB: hue angle of 166.99º 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 #49EFCB is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 203 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.06 |
| HSL | 166.99º | 0.84% | 0.61% | - |
| HSV(B) | 166.99º | 0.69% | 0.94% | - |
| XYZ | 44.39 | 67.46 | 67.18 | - |
| YUV | 185.26 | 138 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 203 | 0.69 | 0 | 0.15 | 0.06 | 166.99 | 0.84 | 0.61 |
| Hex | 49 | EF | CB | 45 | 0 | F | 6 | A7 | 54 | 3D |
| Octal | 111 | 357 | 313 | 105 | 0 | 17 | 6 | 247 | 124 | 75 |
| Binary | 1001001 | 11101111 | 11001011 | 1000101 | 0 | 1111 | 110 | 10100111 | 1010100 | 111101 |
Color Harmonies of #49EFCB
Complementary color
Monochromatic Colors of #49EFCB
Black with #49EFCB
Text Example
Text Example
White with #49EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EFCB; }
p { color: rgb(73,239,203); }
H1.HeaderClassName
{
color: #49EFCB;
}
.AnyTagClassName
{
color: #49EFCB;
}
</style>
background-color css
<style>
a { background-color: #49EFCB; }
a { background-color: rgb(73,239,203); }
div.DivClassName
{
background-color: #49EFCB;
}
.BgClassName
{
background-color: #49EFCB;
}
</style>
border-color css
<style>
span { border-color: #49EFCB; }
span { border-color: rgb(73,239,203); }
td.TdClassName
{
border-color: #49EFCB;
}
.TagClassName
{
border-color: #49EFCB;
}
</style>