#49E4BE

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

Shades of Turquoise #49E4BE

Tints of Turquoise #49E4BE

Color information

#49E4BE (or 0x49E4BE) is unknown color: approx Turquoise. HEX triplet: 49, E4 and BE. RGB value is (73,228,190). Sum of RGB (Red+Green+Blue) = 73+228+190=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #49E4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E4BE is #B61B41. Grayscale: #B1B1B1. Windows color (decimal): -11934530 or 12510281. OLE color: 12510281.

HSL color Cylindrical-coordinate representation of color #49E4BE: hue angle of 165.29º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E4BE is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB73228190-
CMYK0.6800.170.11
HSL165.29º74.16%59.02%-
HSV(B)165.29º67.98%89.41%-
XYZ39.7960.6258.32-
YUV177.32135.1553.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.87%
GREEN value IS 228 (89.45% from 255) = 46.44%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=14.87%
G=46.44%
B=38.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732281900.6800.170.11165.2974.1659.02
Hex49E4BE44011Ba54a3b
Octal1113442761040211324511273
Binary1001001111001001011111010001000100011011101001011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,228,190); }

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

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

 a { background-color: rgb(73,228,190); }

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

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

 span { border-color: rgb(73,228,190); }

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