#49f2ea

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

Shades of Turquoise #49F2EA

Tints of Turquoise #49F2EA

Color information

#49F2EA (or 0x49F2EA) is unknown color: approx Turquoise. HEX triplet: 49, F2 and EA. RGB value is (73,242,234). Sum of RGB (Red+Green+Blue) = 73+242+234=549 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.30% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F2EA is #B60D15. Grayscale: #BEBEBE. Windows color (decimal): -11930902 or 15397449. OLE color: 15397449.

HSL color Cylindrical-coordinate representation of color #49F2EA: hue angle of 177.16º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2EA is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB73242234-
CMYK0.7000.030.05
HSL177.16º86.67%61.76%-
HSV(B)177.16º69.83%94.9%-
XYZ49.3570.8688.92-
YUV190.56152.5144.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.30%
GREEN value IS 242 (94.92% from 255) = 44.08%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=13.30%
G=44.08%
B=42.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732422340.7000.030.05177.1686.6761.76
Hex49F2EA46035b1573e
Octal11136235210603526112776
Binary100100111110010111010101000110011101101100011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49f2ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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