#50dcd6

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

Shades of Medium Turquoise #50DCD6

Tints of Medium Turquoise #50DCD6

Color information

#50DCD6 (or 0x50DCD6) is unknown color: approx Medium Turquoise. HEX triplet: 50, DC and D6. RGB value is (80,220,214). Sum of RGB (Red+Green+Blue) = 80+220+214=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCD6 is #AF2329. Grayscale: #B1B1B1. Windows color (decimal): -11477802 or 14081104. OLE color: 14081104.

HSL color Cylindrical-coordinate representation of color #50DCD6: hue angle of 177.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DCD6 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB80220214-
CMYK0.6400.030.14
HSL177.43º66.67%58.82%-
HSV(B)177.43º63.64%86.27%-
XYZ41.0457.7572.6-
YUV177.46148.6258.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.56%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 214 (83.98% from 255) = 41.63%
R=15.56%
G=42.80%
B=41.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal802202140.6400.030.14177.4366.6758.82
Hex50DCD64003Eb1433b
Octal120334326100031626110373
Binary1010000110111001101011010000000111110101100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50dcd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50dcd6; }

 p { color: rgb(80,220,214); }

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

<style>
 a { background-color: #50dcd6; }

 a { background-color: rgb(80,220,214); }

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

<style>
 span { border-color: #50dcd6; }

 span { border-color: rgb(80,220,214); }

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