#49E4FB

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

Shades of Turquoise Blue #49E4FB

Tints of Turquoise Blue #49E4FB

Color information

#49E4FB (or 0x49E4FB) is unknown color: approx Turquoise Blue. HEX triplet: 49, E4 and FB. RGB value is (73,228,251). Sum of RGB (Red+Green+Blue) = 73+228+251=552 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.22% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #49E4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E4FB is #B61B04. Grayscale: #B8B8B8. Windows color (decimal): -11934469 or 16507977. OLE color: 16507977.

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

Color convert

RGB73228251-
CMYK0.710.0900.02
HSL187.75º95.7%63.53%-
HSV(B)187.75º70.92%98.43%-
XYZ47.963.87101.07-
YUV184.28165.6548.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.22%
GREEN value IS 228 (89.45% from 255) = 41.30%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=13.22%
G=41.30%
B=45.47%

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
Decimal732282510.710.0900.02187.7595.763.53
Hex49E4FB47902bc6040
Octal1113443731071102274140100
Binary10010011110010011111011100011110010101011110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,228,251); }

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

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

 a { background-color: rgb(73,228,251); }

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

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

 span { border-color: rgb(73,228,251); }

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