#49EAF2

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

Shades of Turquoise #49EAF2

Tints of Turquoise #49EAF2

Color information

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

HSL color Cylindrical-coordinate representation of color #49EAF2: hue angle of 182.84º 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 #49EAF2 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73234242-
CMYK0.700.0300.05
HSL182.84º86.67%61.76%-
HSV(B)182.84º69.83%94.9%-
XYZ48.266.6794.33-
YUV186.77159.1646.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732342420.700.0300.05182.8486.6761.76
Hex49EAF246305b7573e
Octal11135236210630526712776
Binary100100111101010111100101000110110101101101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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