#49D4F3

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

Shades of Turquoise Blue #49D4F3

Tints of Turquoise Blue #49D4F3

Color information

#49D4F3 (or 0x49D4F3) is unknown color: approx Turquoise Blue. HEX triplet: 49, D4 and F3. RGB value is (73,212,243). Sum of RGB (Red+Green+Blue) = 73+212+243=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #49D4F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D4F3 is #B62B0C. Grayscale: #ADADAD. Windows color (decimal): -11938573 or 15979593. OLE color: 15979593.

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

Color convert

RGB73212243-
CMYK0.700.1300.05
HSL190.94º87.63%61.96%-
HSV(B)190.94º69.96%95.29%-
XYZ42.4754.9793.17-
YUV173.97166.9555.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.83%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=13.83%
G=40.15%
B=46.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732122430.700.1300.05190.9487.6361.96
Hex49D4F346D05bf583e
Octal111324363106150527713076
Binary10010011101010011110011100011011010101101111111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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