#49E2E5

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

Shades of Turquoise #49E2E5

Tints of Turquoise #49E2E5

Color information

#49E2E5 (or 0x49E2E5) is unknown color: approx Turquoise. HEX triplet: 49, E2 and E5. RGB value is (73,226,229). Sum of RGB (Red+Green+Blue) = 73+226+229=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #49E2E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E2E5 is #B61D1A. Grayscale: #B4B4B4. Windows color (decimal): -11935003 or 15065673. OLE color: 15065673.

HSL color Cylindrical-coordinate representation of color #49E2E5: hue angle of 181.15º 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 #49E2E5 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB73226229-
CMYK0.680.0100.10
HSL181.15º75%59.22%-
HSV(B)181.15º68.12%89.8%-
XYZ44.0961.4783.67-
YUV180.6155.3151.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.83%
GREEN value IS 226 (88.67% from 255) = 42.80%
BLUE value IS 229 (89.84% from 255) = 43.37%
R=13.83%
G=42.80%
B=43.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal732262290.680.0100.10181.157559.22
Hex49E2E54410Ab54b3b
Octal111342345104101226511373
Binary100100111100010111001011000100101010101101011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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