#50D8D5

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

Shades of Medium Turquoise #50D8D5

Tints of Medium Turquoise #50D8D5

Color information

#50D8D5 (or 0x50D8D5) is unknown color: approx Medium Turquoise. HEX triplet: 50, D8 and D5. RGB value is (80,216,213). Sum of RGB (Red+Green+Blue) = 80+216+213=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #50D8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D8D5 is #AF272A. Grayscale: #AEAEAE. Windows color (decimal): -11478827 or 14014544. OLE color: 14014544.

HSL color Cylindrical-coordinate representation of color #50D8D5: hue angle of 178.68º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D8D5 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB80216213-
CMYK0.6300.010.15
HSL178.68º63.55%58.04%-
HSV(B)178.68º62.96%84.71%-
XYZ39.8755.6271.59-
YUV174.99149.4460.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.72%
GREEN value IS 216 (84.77% from 255) = 42.44%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=15.72%
G=42.44%
B=41.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802162130.6300.010.15178.6863.5558.04
Hex50D8D53F01Fb3403a
Octal12033032577011726310072
Binary10100001101100011010101111111011111101100111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,216,213); }

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

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

 a { background-color: rgb(80,216,213); }

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

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

 span { border-color: rgb(80,216,213); }

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