#49E3FA

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

Shades of Turquoise Blue #49E3FA

Tints of Turquoise Blue #49E3FA

Color information

#49E3FA (or 0x49E3FA) is unknown color: approx Turquoise Blue. HEX triplet: 49, E3 and FA. RGB value is (73,227,250). Sum of RGB (Red+Green+Blue) = 73+227+250=550 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.27% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #49E3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E3FA is #B61C05. Grayscale: #B7B7B7. Windows color (decimal): -11934726 or 16442185. OLE color: 16442185.

HSL color Cylindrical-coordinate representation of color #49E3FA: hue angle of 187.8º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49E3FA is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB73227250-
CMYK0.710.0900.02
HSL187.8º94.65%63.33%-
HSV(B)187.8º70.8%98.04%-
XYZ47.4763.26100.15-
YUV183.58165.4849.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.27%
GREEN value IS 227 (89.06% from 255) = 41.27%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=13.27%
G=41.27%
B=45.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732272500.710.0900.02187.894.6563.33
Hex49E3FA47902bc5f3f
Octal111343372107110227413777
Binary1001001111000111111101010001111001010101111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,227,250); }

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

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

 a { background-color: rgb(73,227,250); }

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

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

 span { border-color: rgb(73,227,250); }

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