#49E0F1

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

Shades of Turquoise Blue #49E0F1

Tints of Turquoise Blue #49E0F1

Color information

#49E0F1 (or 0x49E0F1) is unknown color: approx Turquoise Blue. HEX triplet: 49, E0 and F1. RGB value is (73,224,241). Sum of RGB (Red+Green+Blue) = 73+224+241=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #49E0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E0F1 is #B61F0E. Grayscale: #B4B4B4. Windows color (decimal): -11935503 or 15851593. OLE color: 15851593.

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

Color convert

RGB73224241-
CMYK0.700.0700.05
HSL186.07º85.71%61.57%-
HSV(B)186.07º69.71%94.51%-
XYZ45.2861.0892.62-
YUV180.79161.9751.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.57%
GREEN value IS 224 (87.89% from 255) = 41.64%
BLUE value IS 241 (94.53% from 255) = 44.80%
R=13.57%
G=41.64%
B=44.80%

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
Decimal732242410.700.0700.05186.0785.7161.57
Hex49E0F146705ba563e
Octal11134036110670527212676
Binary1001001111000001111000110001101110101101110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,224,241); }

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

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

 a { background-color: rgb(73,224,241); }

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

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

 span { border-color: rgb(73,224,241); }

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