#50D2DA

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

Shades of Medium Turquoise #50D2DA

Tints of Medium Turquoise #50D2DA

Color information

#50D2DA (or 0x50D2DA) is unknown color: approx Medium Turquoise. HEX triplet: 50, D2 and DA. RGB value is (80,210,218). Sum of RGB (Red+Green+Blue) = 80+210+218=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #50D2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D2DA is #AF2D25. Grayscale: #ABABAB. Windows color (decimal): -11480358 or 14340688. OLE color: 14340688.

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

Color convert

RGB80210218-
CMYK0.630.0400.15
HSL183.48º65.09%58.43%-
HSV(B)183.48º63.3%85.49%-
XYZ39.0152.8674.48-
YUV172.04153.9362.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.75%
GREEN value IS 210 (82.42% from 255) = 41.34%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=15.75%
G=41.34%
B=42.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802102180.630.0400.15183.4865.0958.43
Hex50D2DA3F40Fb7413a
Octal12032233277401726710172
Binary1010000110100101101101011111110001111101101111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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