#49E1EC

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

Shades of Turquoise #49E1EC

Tints of Turquoise #49E1EC

Color information

#49E1EC (or 0x49E1EC) is unknown color: approx Turquoise. HEX triplet: 49, E1 and EC. RGB value is (73,225,236). Sum of RGB (Red+Green+Blue) = 73+225+236=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #49E1EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E1EC is #B61E13. Grayscale: #B4B4B4. Windows color (decimal): -11935252 or 15524169. OLE color: 15524169.

HSL color Cylindrical-coordinate representation of color #49E1EC: hue angle of 184.05º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E1EC is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73225236-
CMYK0.690.0500.07
HSL184.05º81.09%60.59%-
HSV(B)184.05º69.07%92.55%-
XYZ44.8161.3288.83-
YUV180.81159.1451.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.67%
GREEN value IS 225 (88.28% from 255) = 42.13%
BLUE value IS 236 (92.58% from 255) = 44.19%
R=13.67%
G=42.13%
B=44.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732252360.690.0500.07184.0581.0960.59
Hex49E1EC45507b8513d
Octal11134135410550727012175
Binary1001001111000011110110010001011010111101110001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,225,236); }

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

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

 a { background-color: rgb(73,225,236); }

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

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

 span { border-color: rgb(73,225,236); }

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