#49D9EA

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

Shades of Turquoise #49D9EA

Tints of Turquoise #49D9EA

Color information

#49D9EA (or 0x49D9EA) is unknown color: approx Turquoise. HEX triplet: 49, D9 and EA. RGB value is (73,217,234). Sum of RGB (Red+Green+Blue) = 73+217+234=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #49D9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D9EA is #B62615. Grayscale: #AFAFAF. Windows color (decimal): -11937302 or 15391049. OLE color: 15391049.

HSL color Cylindrical-coordinate representation of color #49D9EA: hue angle of 186.34º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49D9EA is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73217234-
CMYK0.690.0700.08
HSL186.34º79.31%60.2%-
HSV(B)186.34º68.8%91.76%-
XYZ42.4156.9886.61-
YUV175.88160.7954.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.93%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=13.93%
G=41.41%
B=44.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732172340.690.0700.08186.3479.3160.2
Hex49D9EA45708ba4f3c
Octal111331352105701027211774
Binary10010011101100111101010100010111101000101110101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,217,234); }

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

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

 a { background-color: rgb(73,217,234); }

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

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

 span { border-color: rgb(73,217,234); }

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