#50E8C3

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

Shades of Turquoise #50E8C3

Tints of Turquoise #50E8C3

Color information

#50E8C3 (or 0x50E8C3) is unknown color: approx Turquoise. HEX triplet: 50, E8 and C3. RGB value is (80,232,195). Sum of RGB (Red+Green+Blue) = 80+232+195=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #50E8C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E8C3 is #AF173C. Grayscale: #B6B6B6. Windows color (decimal): -11474749 or 12838992. OLE color: 12838992.

HSL color Cylindrical-coordinate representation of color #50E8C3: hue angle of 165.39º degrees, saturation: 0.77, 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 #50E8C3 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB80232195-
CMYK0.6600.160.09
HSL165.39º76.77%61.18%-
HSV(B)165.39º65.52%90.98%-
XYZ42.0263.3661.64-
YUV182.33135.1455.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.78%
GREEN value IS 232 (91.02% from 255) = 45.76%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=15.78%
G=45.76%
B=38.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802321950.6600.160.09165.3976.7761.18
Hex50E8C3420109a54d3d
Octal1203503031020201124511575
Binary1010000111010001100001110000100100001001101001011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,232,195); }

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

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

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

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

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

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

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