#50D3DA

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

Shades of Medium Turquoise #50D3DA

Tints of Medium Turquoise #50D3DA

Color information

#50D3DA (or 0x50D3DA) is unknown color: approx Medium Turquoise. HEX triplet: 50, D3 and DA. RGB value is (80,211,218). Sum of RGB (Red+Green+Blue) = 80+211+218=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #50D3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D3DA is #AF2C25. Grayscale: #ACACAC. Windows color (decimal): -11480102 or 14340944. OLE color: 14340944.

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

Color convert

RGB80211218-
CMYK0.630.0300.15
HSL183.04º65.09%58.43%-
HSV(B)183.04º63.3%85.49%-
XYZ39.2653.3674.56-
YUV172.63153.661.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.72%
GREEN value IS 211 (82.81% from 255) = 41.45%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=15.72%
G=41.45%
B=42.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802112180.630.0300.15183.0465.0958.43
Hex50D3DA3F30Fb7413a
Octal12032333277301726710172
Binary101000011010011110110101111111101111101101111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,211,218); }

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

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

 a { background-color: rgb(80,211,218); }

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

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

 span { border-color: rgb(80,211,218); }

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