#50C2C4

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

Shades of Medium Turquoise #50C2C4

Tints of Medium Turquoise #50C2C4

Color information

#50C2C4 (or 0x50C2C4) is unknown color: approx Medium Turquoise. HEX triplet: 50, C2 and C4. RGB value is (80,194,196). Sum of RGB (Red+Green+Blue) = 80+194+196=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #50C2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C2C4 is #AF3D3B. Grayscale: #A0A0A0. Windows color (decimal): -11484476 or 12894800. OLE color: 12894800.

HSL color Cylindrical-coordinate representation of color #50C2C4: hue angle of 181.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C2C4 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB80194196-
CMYK0.590.0100.23
HSL181.03º49.57%54.12%-
HSV(B)181.03º59.18%76.86%-
XYZ32.5644.2759.05-
YUV160.14148.2370.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.02%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=17.02%
G=41.28%
B=41.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801941960.590.0100.23181.0349.5754.12
Hex50C2C43B1017b53236
Octal1203023047310272656266
Binary10100001100001011000100111011101011110110101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,194,196); }

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

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

 a { background-color: rgb(80,194,196); }

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

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

 span { border-color: rgb(80,194,196); }

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