#50C4CA

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

Shades of Medium Turquoise #50C4CA

Tints of Medium Turquoise #50C4CA

Color information

#50C4CA (or 0x50C4CA) is unknown color: approx Medium Turquoise. HEX triplet: 50, C4 and CA. RGB value is (80,196,202). Sum of RGB (Red+Green+Blue) = 80+196+202=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #50C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C4CA is #AF3B35. Grayscale: #A1A1A1. Windows color (decimal): -11483958 or 13288528. OLE color: 13288528.

HSL color Cylindrical-coordinate representation of color #50C4CA: hue angle of 182.95º 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 #50C4CA is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80196202-
CMYK0.600.0300.21
HSL182.95º53.51%55.29%-
HSV(B)182.95º60.4%79.22%-
XYZ33.7145.4562.87-
YUV162150.5769.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.74%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=16.74%
G=41.00%
B=42.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801962020.600.0300.21182.9553.5155.29
Hex50C4CA3C3015b73637
Octal1203043127430252676667
Binary101000011000100110010101111001101010110110111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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