#50EFC5

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

Shades of Turquoise #50EFC5

Tints of Turquoise #50EFC5

Color information

#50EFC5 (or 0x50EFC5) is unknown color: approx Turquoise. HEX triplet: 50, EF and C5. RGB value is (80,239,197). Sum of RGB (Red+Green+Blue) = 80+239+197=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #50EFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EFC5 is #AF103A. Grayscale: #BABABA. Windows color (decimal): -11472955 or 12971856. OLE color: 12971856.

HSL color Cylindrical-coordinate representation of color #50EFC5: hue angle of 164.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EFC5 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB80239197-
CMYK0.6700.180.06
HSL164.15º83.25%62.55%-
HSV(B)164.15º66.53%93.73%-
XYZ44.2567.4763.51-
YUV186.67133.8251.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.50%
GREEN value IS 239 (93.75% from 255) = 46.32%
BLUE value IS 197 (77.34% from 255) = 38.18%
R=15.50%
G=46.32%
B=38.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal802391970.6700.180.06164.1583.2562.55
Hex50EFC5430126a4533f
Octal120357305103022624412377
Binary101000011101111110001011000011010010110101001001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,239,197); }

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

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

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

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

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

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

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