#49CED5

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

Shades of Medium Turquoise #49CED5

Tints of Medium Turquoise #49CED5

Color information

#49CED5 (or 0x49CED5) is unknown color: approx Medium Turquoise. HEX triplet: 49, CE and D5. RGB value is (73,206,213). Sum of RGB (Red+Green+Blue) = 73+206+213=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #49CED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CED5 is #B6312A. Grayscale: #A6A6A6. Windows color (decimal): -11940139 or 14011977. OLE color: 14011977.

HSL color Cylindrical-coordinate representation of color #49CED5: hue angle of 183º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49CED5 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73206213-
CMYK0.660.0300.16
HSL183º62.5%56.08%-
HSV(B)183º65.73%83.53%-
XYZ36.8350.3670.73-
YUV167.03153.9460.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.84%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=14.84%
G=41.87%
B=43.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732062130.660.0300.1618362.556.08
Hex49CED5423010b73e38
Octal11131632510230202677670
Binary1001001110011101101010110000101101000010110111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,206,213); }

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

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

 a { background-color: rgb(73,206,213); }

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

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

 span { border-color: rgb(73,206,213); }

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