#50DADF

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

Shades of Medium Turquoise #50DADF

Tints of Medium Turquoise #50DADF

Color information

#50DADF (or 0x50DADF) is unknown color: approx Medium Turquoise. HEX triplet: 50, DA and DF. RGB value is (80,218,223). Sum of RGB (Red+Green+Blue) = 80+218+223=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #50DADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DADF is #AF2520. Grayscale: #B1B1B1. Windows color (decimal): -11478305 or 14670416. OLE color: 14670416.

HSL color Cylindrical-coordinate representation of color #50DADF: hue angle of 182.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DADF is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80218223-
CMYK0.640.0200.13
HSL182.1º69.08%59.41%-
HSV(B)182.1º64.13%87.45%-
XYZ41.757.1878.65-
YUV177.31153.7858.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.36%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=15.36%
G=41.84%
B=42.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802182230.640.0200.13182.169.0859.41
Hex50DADF4020Db6453b
Octal120332337100201526610573
Binary1010000110110101101111110000001001101101101101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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