#50C6D7

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

Shades of Medium Turquoise #50C6D7

Tints of Medium Turquoise #50C6D7

Color information

#50C6D7 (or 0x50C6D7) is unknown color: approx Medium Turquoise. HEX triplet: 50, C6 and D7. RGB value is (80,198,215). Sum of RGB (Red+Green+Blue) = 80+198+215=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #50C6D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C6D7 is #AF3928. Grayscale: #A4A4A4. Windows color (decimal): -11483433 or 14141008. OLE color: 14141008.

HSL color Cylindrical-coordinate representation of color #50C6D7: hue angle of 187.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C6D7 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB80198215-
CMYK0.630.0800.16
HSL187.56º62.79%57.84%-
HSV(B)187.56º62.79%84.31%-
XYZ35.774771.48-
YUV164.66156.4167.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.23%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 215 (84.38% from 255) = 43.61%
R=16.23%
G=40.16%
B=43.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal801982150.630.0800.16187.5662.7957.84
Hex50C6D73F8010bc3f3a
Octal12030632777100202747772
Binary10100001100011011010111111111100001000010111100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,215); }

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

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

 a { background-color: rgb(80,198,215); }

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

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

 span { border-color: rgb(80,198,215); }

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