#49E6F3

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

Shades of Turquoise Blue #49E6F3

Tints of Turquoise Blue #49E6F3

Color information

#49E6F3 (or 0x49E6F3) is unknown color: approx Turquoise Blue. HEX triplet: 49, E6 and F3. RGB value is (73,230,243). Sum of RGB (Red+Green+Blue) = 73+230+243=546 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.37% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #49E6F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49E6F3 is #B6190C. Grayscale: #B8B8B8. Windows color (decimal): -11933965 or 15984201. OLE color: 15984201.

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

Color convert

RGB73230243-
CMYK0.700.0500.05
HSL184.59º87.63%61.96%-
HSV(B)184.59º69.96%95.29%-
XYZ47.2264.4894.75-
YUV184.54160.9948.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.37%
GREEN value IS 230 (90.23% from 255) = 42.12%
BLUE value IS 243 (95.31% from 255) = 44.51%
R=13.37%
G=42.12%
B=44.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732302430.700.0500.05184.5987.6361.96
Hex49E6F346505b9583e
Octal11134636310650527113076
Binary1001001111001101111001110001101010101101110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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