#49EBEA

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

Shades of Turquoise #49EBEA

Tints of Turquoise #49EBEA

Color information

#49EBEA (or 0x49EBEA) is unknown color: approx Turquoise. HEX triplet: 49, EB and EA. RGB value is (73,235,234). Sum of RGB (Red+Green+Blue) = 73+235+234=542 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.47% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EBEA is #B61415. Grayscale: #BABABA. Windows color (decimal): -11932694 or 15395657. OLE color: 15395657.

HSL color Cylindrical-coordinate representation of color #49EBEA: hue angle of 179.63º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EBEA is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB73235234-
CMYK0.6900.000.08
HSL179.63º80.2%60.39%-
HSV(B)179.63º68.94%92.16%-
XYZ47.3166.7788.24-
YUV186.45154.8347.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.47%
GREEN value IS 235 (92.19% from 255) = 43.36%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=13.47%
G=43.36%
B=43.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732352340.6900.000.08179.6380.260.39
Hex49EBEA45008b4503c
Octal111353352105001026412074
Binary100100111101011111010101000101001000101101001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,235,234); }

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

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

 a { background-color: rgb(73,235,234); }

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

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

 span { border-color: rgb(73,235,234); }

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