#50D4D8

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

Shades of Medium Turquoise #50D4D8

Tints of Medium Turquoise #50D4D8

Color information

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

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

Color convert

RGB80212216-
CMYK0.630.0200.15
HSL181.76º63.55%58.04%-
HSV(B)181.76º62.96%84.71%-
XYZ39.2553.7573.27-
YUV172.99152.2761.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802122160.630.0200.15181.7663.5558.04
Hex50D4D83F20Fb6403a
Octal12032433077201726610072
Binary101000011010100110110001111111001111101101101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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