#50D8D4

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

Shades of Medium Turquoise #50D8D4

Tints of Medium Turquoise #50D8D4

Color information

#50D8D4 (or 0x50D8D4) is unknown color: approx Medium Turquoise. HEX triplet: 50, D8 and D4. RGB value is (80,216,212). Sum of RGB (Red+Green+Blue) = 80+216+212=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #50D8D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D8D4 is #AF272B. Grayscale: #AEAEAE. Windows color (decimal): -11478828 or 13949008. OLE color: 13949008.

HSL color Cylindrical-coordinate representation of color #50D8D4: hue angle of 178.24º 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 #50D8D4 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB80216212-
CMYK0.6300.020.15
HSL178.24º63.55%58.04%-
HSV(B)178.24º62.96%84.71%-
XYZ39.7555.5770.92-
YUV174.88148.9460.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.75%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 212 (83.20% from 255) = 41.73%
R=15.75%
G=42.52%
B=41.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802162120.6300.020.15178.2463.5558.04
Hex50D8D43F02Fb2403a
Octal12033032477021726210072
Binary101000011011000110101001111110101111101100101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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