#49CCD6

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

Shades of Medium Turquoise #49CCD6

Tints of Medium Turquoise #49CCD6

Color information

#49CCD6 (or 0x49CCD6) is unknown color: approx Medium Turquoise. HEX triplet: 49, CC and D6. RGB value is (73,204,214). Sum of RGB (Red+Green+Blue) = 73+204+214=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #49CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCD6 is #B63329. Grayscale: #A5A5A5. Windows color (decimal): -11940650 or 14077001. OLE color: 14077001.

HSL color Cylindrical-coordinate representation of color #49CCD6: hue angle of 184.26º degrees, saturation: 0.63, 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 #49CCD6 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73204214-
CMYK0.660.0500.16
HSL184.26º63.23%56.27%-
HSV(B)184.26º65.89%83.92%-
XYZ36.4849.4671.24-
YUV165.97155.161.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.87%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 214 (83.98% from 255) = 43.58%
R=14.87%
G=41.55%
B=43.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732042140.660.0500.16184.2663.2356.27
Hex49CCD6425010b83f38
Octal11131432610250202707770
Binary10010011100110011010110100001010101000010111000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,204,214); }

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

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

 a { background-color: rgb(73,204,214); }

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

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

 span { border-color: rgb(73,204,214); }

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