#49E5BC

Color #49E5BC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #49E5BC

Tints of Turquoise #49E5BC

Color information

#49E5BC (or 0x49E5BC) is unknown color: approx Turquoise. HEX triplet: 49, E5 and BC. RGB value is (73,229,188). Sum of RGB (Red+Green+Blue) = 73+229+188=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #49E5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E5BC is #B61A43. Grayscale: #B1B1B1. Windows color (decimal): -11934276 or 12379465. OLE color: 12379465.

HSL color Cylindrical-coordinate representation of color #49E5BC: hue angle of 164.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E5BC is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB73229188-
CMYK0.6800.180.10
HSL164.23º75%59.22%-
HSV(B)164.23º68.12%89.8%-
XYZ39.8461.0957.27-
YUV177.68133.8253.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 14.90%
GREEN value IS 229 (89.84% from 255) = 46.73%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=14.90%
G=46.73%
B=38.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal732291880.6800.180.10164.237559.22
Hex49E5BC44012Aa44b3b
Octal1113452741040221224411373
Binary1001001111001011011110010001000100101010101001001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49E5BC; }

 p { color: rgb(73,229,188); }

 H1.HeaderClassName
 {
   color: #49E5BC;
 }
 .AnyTagClassName
 {
   color: #49E5BC;
 }
</style>
background-color css

<style>
 a { background-color: #49E5BC; }

 a { background-color: rgb(73,229,188); }

 div.DivClassName
 {
   background-color: #49E5BC;
 }
 .BgClassName
 {
   background-color: #49E5BC;
 }
</style>
border-color css

<style>
 span { border-color: #49E5BC; }

 span { border-color: rgb(73,229,188); }

 td.TdClassName
 {
   border-color: #49E5BC;
 }
 .TagClassName
 {
   border-color: #49E5BC;
 }
</style>