#49D3ED

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

Shades of Turquoise Blue #49D3ED

Tints of Turquoise Blue #49D3ED

Color information

#49D3ED (or 0x49D3ED) is unknown color: approx Turquoise Blue. HEX triplet: 49, D3 and ED. RGB value is (73,211,237). Sum of RGB (Red+Green+Blue) = 73+211+237=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #49D3ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D3ED is #B62C12. Grayscale: #ACACAC. Windows color (decimal): -11938835 or 15586121. OLE color: 15586121.

HSL color Cylindrical-coordinate representation of color #49D3ED: hue angle of 189.51º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49D3ED is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73211237-
CMYK0.690.1100.07
HSL189.51º82%60.78%-
HSV(B)189.51º69.2%92.94%-
XYZ41.3354.1288.39-
YUV172.7164.2856.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.01%
GREEN value IS 211 (82.81% from 255) = 40.50%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=14.01%
G=40.50%
B=45.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732112370.690.1100.07189.518260.78
Hex49D3ED45B07be523d
Octal111323355105130727612275
Binary10010011101001111101101100010110110111101111101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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