#50caca

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

Shades of Medium Turquoise #50CACA

Tints of Medium Turquoise #50CACA

Color information

#50CACA (or 0x50CACA) is unknown color: approx Medium Turquoise. HEX triplet: 50, CA and CA. RGB value is (80,202,202). Sum of RGB (Red+Green+Blue) = 80+202+202=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #50CACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CACA is #AF3535. Grayscale: #A5A5A5. Windows color (decimal): -11482422 or 13290064. OLE color: 13290064.

HSL color Cylindrical-coordinate representation of color #50CACA: hue angle of 180º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CACA is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80202202-
CMYK0.60000.21
HSL180º53.51%55.29%-
HSV(B)180º60.4%79.22%-
XYZ35.0948.2163.33-
YUV165.52148.5867-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.53%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=16.53%
G=41.74%
B=41.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802022020.60000.2118053.5155.29
Hex50CACA3C0015b43637
Octal1203123127400252646667
Binary10100001100101011001010111100001010110110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50caca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,202); }

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

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

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

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

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

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

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