#49D7F5

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

Shades of Turquoise Blue #49D7F5

Tints of Turquoise Blue #49D7F5

Color information

#49D7F5 (or 0x49D7F5) is unknown color: approx Turquoise Blue. HEX triplet: 49, D7 and F5. RGB value is (73,215,245). Sum of RGB (Red+Green+Blue) = 73+215+245=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #49D7F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D7F5 is #B6280A. Grayscale: #AFAFAF. Windows color (decimal): -11937803 or 16111433. OLE color: 16111433.

HSL color Cylindrical-coordinate representation of color #49D7F5: hue angle of 190.47º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49D7F5 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB73215245-
CMYK0.700.1200.04
HSL190.47º89.58%62.35%-
HSV(B)190.47º70.2%96.08%-
XYZ43.5356.6195.02-
YUV175.96166.9654.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.70%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 245 (96.09% from 255) = 45.97%
R=13.70%
G=40.34%
B=45.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732152450.700.1200.04190.4789.5862.35
Hex49D7F546C04be5a3e
Octal111327365106140427613276
Binary10010011101011111110101100011011000100101111101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,215,245); }

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

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

 a { background-color: rgb(73,215,245); }

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

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

 span { border-color: rgb(73,215,245); }

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