#49DAFA

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

Shades of Turquoise Blue #49DAFA

Tints of Turquoise Blue #49DAFA

Color information

#49DAFA (or 0x49DAFA) is unknown color: approx Turquoise Blue. HEX triplet: 49, DA and FA. RGB value is (73,218,250). Sum of RGB (Red+Green+Blue) = 73+218+250=541 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.49% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #49DAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DAFA is #B62505. Grayscale: #B2B2B2. Windows color (decimal): -11937030 or 16439881. OLE color: 16439881.

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

Color convert

RGB73218250-
CMYK0.710.1300.02
HSL190.85º94.65%63.33%-
HSV(B)190.85º70.8%98.04%-
XYZ45.0758.4699.35-
YUV178.29168.4652.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.49%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=13.49%
G=40.30%
B=46.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732182500.710.1300.02190.8594.6563.33
Hex49DAFA47D02bf5f3f
Octal111332372107150227713777
Binary1001001110110101111101010001111101010101111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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