#49DDF7

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

Shades of Turquoise Blue #49DDF7

Tints of Turquoise Blue #49DDF7

Color information

#49DDF7 (or 0x49DDF7) is unknown color: approx Turquoise Blue. HEX triplet: 49, DD and F7. RGB value is (73,221,247). Sum of RGB (Red+Green+Blue) = 73+221+247=541 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.49% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #49DDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DDF7 is #B62208. Grayscale: #B3B3B3. Windows color (decimal): -11936265 or 16244041. OLE color: 16244041.

HSL color Cylindrical-coordinate representation of color #49DDF7: hue angle of 188.97º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49DDF7 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB73221247-
CMYK0.700.1100.03
HSL188.97º91.58%62.75%-
HSV(B)188.97º70.45%96.86%-
XYZ45.3959.8497.15-
YUV179.71165.9751.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.49%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 247 (96.88% from 255) = 45.66%
R=13.49%
G=40.85%
B=45.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal732212470.700.1100.03188.9791.5862.75
Hex49DDF746B03bd5c3f
Octal111335367106130327513477
Binary1001001110111011111011110001101011011101111011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,221,247); }

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

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

 a { background-color: rgb(73,221,247); }

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

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

 span { border-color: rgb(73,221,247); }

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