#49D4FA

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

Shades of Turquoise Blue #49D4FA

Tints of Turquoise Blue #49D4FA

Color information

#49D4FA (or 0x49D4FA) is unknown color: approx Turquoise Blue. HEX triplet: 49, D4 and FA. RGB value is (73,212,250). Sum of RGB (Red+Green+Blue) = 73+212+250=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #49D4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D4FA is #B62B05. Grayscale: #AEAEAE. Windows color (decimal): -11938566 or 16438345. OLE color: 16438345.

HSL color Cylindrical-coordinate representation of color #49D4FA: hue angle of 192.88º degrees, saturation: 0.95, 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 #49D4FA is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB73212250-
CMYK0.710.1500.02
HSL192.88º94.65%63.33%-
HSV(B)192.88º70.8%98.04%-
XYZ43.5555.4198.84-
YUV174.77170.4555.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.64%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=13.64%
G=39.63%
B=46.73%

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
Decimal732122500.710.1500.02192.8894.6563.33
Hex49D4FA47F02c15f3f
Octal111324372107170230113777
Binary1001001110101001111101010001111111010110000011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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