#49E5F5

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

Shades of Turquoise Blue #49E5F5

Tints of Turquoise Blue #49E5F5

Color information

#49E5F5 (or 0x49E5F5) is unknown color: approx Turquoise Blue. HEX triplet: 49, E5 and F5. RGB value is (73,229,245). Sum of RGB (Red+Green+Blue) = 73+229+245=547 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.35% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #49E5F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E5F5 is #B61A0A. Grayscale: #B7B7B7. Windows color (decimal): -11934219 or 16115017. OLE color: 16115017.

HSL color Cylindrical-coordinate representation of color #49E5F5: hue angle of 185.58º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49E5F5 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB73229245-
CMYK0.700.0700.04
HSL185.58º89.58%62.35%-
HSV(B)185.58º70.2%96.08%-
XYZ47.2564.0596.26-
YUV184.18162.3248.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.35%
GREEN value IS 229 (89.84% from 255) = 41.86%
BLUE value IS 245 (96.09% from 255) = 44.79%
R=13.35%
G=41.86%
B=44.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732292450.700.0700.04185.5889.5862.35
Hex49E5F546704ba5a3e
Octal11134536510670427213276
Binary1001001111001011111010110001101110100101110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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