#50E9C6

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

Shades of Turquoise #50E9C6

Tints of Turquoise #50E9C6

Color information

#50E9C6 (or 0x50E9C6) is unknown color: approx Turquoise. HEX triplet: 50, E9 and C6. RGB value is (80,233,198). Sum of RGB (Red+Green+Blue) = 80+233+198=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #50E9C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E9C6 is #AF1639. Grayscale: #B7B7B7. Windows color (decimal): -11474490 or 13035856. OLE color: 13035856.

HSL color Cylindrical-coordinate representation of color #50E9C6: hue angle of 166.27º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E9C6 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB80233198-
CMYK0.6600.150.09
HSL166.27º77.66%61.37%-
HSV(B)166.27º65.67%91.37%-
XYZ42.6464.0663.54-
YUV183.26136.3154.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.66%
GREEN value IS 233 (91.41% from 255) = 45.60%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=15.66%
G=45.60%
B=38.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802331980.6600.150.09166.2777.6661.37
Hex50E9C6420F9a64e3d
Octal1203513061020171124611675
Binary101000011101001110001101000010011111001101001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,233,198); }

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

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

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

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

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

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

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