#49ccd7

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

Shades of Medium Turquoise #49CCD7

Tints of Medium Turquoise #49CCD7

Color information

#49CCD7 (or 0x49CCD7) is unknown color: approx Medium Turquoise. HEX triplet: 49, CC and D7. RGB value is (73,204,215). Sum of RGB (Red+Green+Blue) = 73+204+215=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #49CCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCD7 is #B63328. Grayscale: #A5A5A5. Windows color (decimal): -11940649 or 14142537. OLE color: 14142537.

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

Color convert

RGB73204215-
CMYK0.660.0500.16
HSL184.65º63.96%56.47%-
HSV(B)184.65º66.05%84.31%-
XYZ36.6149.5171.92-
YUV166.08155.661.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.84%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=14.84%
G=41.46%
B=43.70%

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
Decimal732042150.660.0500.16184.6563.9656.47
Hex49CCD7425010b94038
Octal111314327102502027110070
Binary100100111001100110101111000010101010000101110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ccd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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