#50E3C5

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

Shades of Turquoise #50E3C5

Tints of Turquoise #50E3C5

Color information

#50E3C5 (or 0x50E3C5) is unknown color: approx Turquoise. HEX triplet: 50, E3 and C5. RGB value is (80,227,197). Sum of RGB (Red+Green+Blue) = 80+227+197=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #50E3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E3C5 is #AF1C3A. Grayscale: #B3B3B3. Windows color (decimal): -11476027 or 12968784. OLE color: 12968784.

HSL color Cylindrical-coordinate representation of color #50E3C5: hue angle of 167.76º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E3C5 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB80227197-
CMYK0.6500.130.11
HSL167.76º72.41%60.2%-
HSV(B)167.76º64.76%89.02%-
XYZ40.8660.6762.38-
YUV179.63137.856.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.87%
GREEN value IS 227 (89.06% from 255) = 45.04%
BLUE value IS 197 (77.34% from 255) = 39.09%
R=15.87%
G=45.04%
B=39.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802271970.6500.130.11167.7672.4160.2
Hex50E3C5410DBa8483c
Octal1203433051010151325011074
Binary101000011100011110001011000001011011011101010001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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