#50D4D2

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

Shades of Medium Turquoise #50D4D2

Tints of Medium Turquoise #50D4D2

Color information

#50D4D2 (or 0x50D4D2) is unknown color: approx Medium Turquoise. HEX triplet: 50, D4 and D2. RGB value is (80,212,210). Sum of RGB (Red+Green+Blue) = 80+212+210=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #50D4D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D4D2 is #AF2B2D. Grayscale: #ACACAC. Windows color (decimal): -11479854 or 13816912. OLE color: 13816912.

HSL color Cylindrical-coordinate representation of color #50D4D2: hue angle of 179.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D4D2 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB80212210-
CMYK0.6200.010.17
HSL179.09º60.55%57.25%-
HSV(B)179.09º62.26%83.14%-
XYZ38.4853.4569.26-
YUV172.3149.2762.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.94%
GREEN value IS 212 (83.20% from 255) = 42.23%
BLUE value IS 210 (82.42% from 255) = 41.83%
R=15.94%
G=42.23%
B=41.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal802122100.6200.010.17179.0960.5557.25
Hex50D4D23E0111b33d39
Octal1203243227601212637571
Binary10100001101010011010010111110011000110110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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