#49E1F3

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

Shades of Turquoise Blue #49E1F3

Tints of Turquoise Blue #49E1F3

Color information

#49E1F3 (or 0x49E1F3) is unknown color: approx Turquoise Blue. HEX triplet: 49, E1 and F3. RGB value is (73,225,243). Sum of RGB (Red+Green+Blue) = 73+225+243=541 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.49% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #49E1F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E1F3 is #B61E0C. Grayscale: #B5B5B5. Windows color (decimal): -11935245 or 15982921. OLE color: 15982921.

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

Color convert

RGB73225243-
CMYK0.700.0700.05
HSL186.35º87.63%61.96%-
HSV(B)186.35º69.96%95.29%-
XYZ45.8561.7494.29-
YUV181.6162.6450.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.49%
GREEN value IS 225 (88.28% from 255) = 41.59%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=13.49%
G=41.59%
B=44.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732252430.700.0700.05186.3587.6361.96
Hex49E1F346705ba583e
Octal11134136310670527213076
Binary1001001111000011111001110001101110101101110101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,225,243); }

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

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

 a { background-color: rgb(73,225,243); }

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

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

 span { border-color: rgb(73,225,243); }

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