#49D8E8

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

Shades of Medium Turquoise #49D8E8

Tints of Medium Turquoise #49D8E8

Color information

#49D8E8 (or 0x49D8E8) is unknown color: approx Medium Turquoise. HEX triplet: 49, D8 and E8. RGB value is (73,216,232). Sum of RGB (Red+Green+Blue) = 73+216+232=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #49D8E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D8E8 is #B62717. Grayscale: #AEAEAE. Windows color (decimal): -11937560 or 15259721. OLE color: 15259721.

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

Color convert

RGB73216232-
CMYK0.690.0700.09
HSL186.04º77.56%59.8%-
HSV(B)186.04º68.53%90.98%-
XYZ41.8756.3585.01-
YUV175.07160.1255.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.01%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=14.01%
G=41.46%
B=44.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal732162320.690.0700.09186.0477.5659.8
Hex49D8E845709ba4e3c
Octal111330350105701127211674
Binary10010011101100011101000100010111101001101110101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,216,232); }

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

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

 a { background-color: rgb(73,216,232); }

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

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

 span { border-color: rgb(73,216,232); }

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