#49D0ED

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

Shades of Turquoise Blue #49D0ED

Tints of Turquoise Blue #49D0ED

Color information

#49D0ED (or 0x49D0ED) is unknown color: approx Turquoise Blue. HEX triplet: 49, D0 and ED. RGB value is (73,208,237). Sum of RGB (Red+Green+Blue) = 73+208+237=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #49D0ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D0ED is #B62F12. Grayscale: #AAAAAA. Windows color (decimal): -11939603 or 15585353. OLE color: 15585353.

HSL color Cylindrical-coordinate representation of color #49D0ED: hue angle of 190.61º 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 #49D0ED is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73208237-
CMYK0.690.1200.07
HSL190.61º82%60.78%-
HSV(B)190.61º69.2%92.94%-
XYZ40.5952.6488.14-
YUV170.94165.2758.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.09%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=14.09%
G=40.15%
B=45.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732082370.690.1200.07190.618260.78
Hex49D0ED45C07bf523d
Octal111320355105140727712275
Binary10010011101000011101101100010111000111101111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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