#49D3F9

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

Shades of Turquoise Blue #49D3F9

Tints of Turquoise Blue #49D3F9

Color information

#49D3F9 (or 0x49D3F9) is unknown color: approx Turquoise Blue. HEX triplet: 49, D3 and F9. RGB value is (73,211,249). Sum of RGB (Red+Green+Blue) = 73+211+249=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #49D3F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D3F9 is #B62C06. Grayscale: #ADADAD. Windows color (decimal): -11938823 or 16372553. OLE color: 16372553.

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

Color convert

RGB73211249-
CMYK0.710.1500.02
HSL192.95º93.62%63.14%-
HSV(B)192.95º70.68%97.65%-
XYZ43.1454.8497.93-
YUV174.07170.2855.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.70%
GREEN value IS 211 (82.81% from 255) = 39.59%
BLUE value IS 249 (97.66% from 255) = 46.72%
R=13.70%
G=39.59%
B=46.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732112490.710.1500.02192.9593.6263.14
Hex49D3F947F02c15e3f
Octal111323371107170230113677
Binary1001001110100111111100110001111111010110000011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,211,249); }

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

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

 a { background-color: rgb(73,211,249); }

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

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

 span { border-color: rgb(73,211,249); }

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