#50DBC0

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

Shades of Medium Turquoise #50DBC0

Tints of Medium Turquoise #50DBC0

Color information

#50DBC0 (or 0x50DBC0) is unknown color: approx Medium Turquoise. HEX triplet: 50, DB and C0. RGB value is (80,219,192). Sum of RGB (Red+Green+Blue) = 80+219+192=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBC0 is #AF243F. Grayscale: #AEAEAE. Windows color (decimal): -11478080 or 12639056. OLE color: 12639056.

HSL color Cylindrical-coordinate representation of color #50DBC0: hue angle of 168.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DBC0 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB80219192-
CMYK0.6300.120.14
HSL168.35º65.88%58.63%-
HSV(B)168.35º63.47%85.88%-
XYZ38.1556.1758.7-
YUV174.36137.9560.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.29%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=16.29%
G=44.60%
B=39.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal802191920.6300.120.14168.3565.8858.63
Hex50DBC03F0CEa8423b
Octal120333300770141625010273
Binary10100001101101111000000111111011001110101010001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,219,192); }

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

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

 a { background-color: rgb(80,219,192); }

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

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

 span { border-color: rgb(80,219,192); }

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