#49E4E0

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

Shades of Turquoise #49E4E0

Tints of Turquoise #49E4E0

Color information

#49E4E0 (or 0x49E4E0) is unknown color: approx Turquoise. HEX triplet: 49, E4 and E0. RGB value is (73,228,224). Sum of RGB (Red+Green+Blue) = 73+228+224=525 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.90% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #49E4E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E4E0 is #B61B1F. Grayscale: #B5B5B5. Windows color (decimal): -11934496 or 14738505. OLE color: 14738505.

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

Color convert

RGB73228224-
CMYK0.6800.020.11
HSL178.45º74.16%59.02%-
HSV(B)178.45º67.98%89.41%-
XYZ43.9562.2980.23-
YUV181.2152.1550.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.90%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=13.90%
G=43.43%
B=42.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732282240.6800.020.11178.4574.1659.02
Hex49E4E04402Bb24a3b
Octal111344340104021326211273
Binary1001001111001001110000010001000101011101100101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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