#50E8C1

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

Shades of Turquoise #50E8C1

Tints of Turquoise #50E8C1

Color information

#50E8C1 (or 0x50E8C1) is unknown color: approx Turquoise. HEX triplet: 50, E8 and C1. RGB value is (80,232,193). Sum of RGB (Red+Green+Blue) = 80+232+193=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #50E8C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E8C1 is #AF173E. Grayscale: #B6B6B6. Windows color (decimal): -11474751 or 12707920. OLE color: 12707920.

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

Color convert

RGB80232193-
CMYK0.6600.170.09
HSL164.61º76.77%61.18%-
HSV(B)164.61º65.52%90.98%-
XYZ41.7963.2760.46-
YUV182.11134.1455.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.84%
GREEN value IS 232 (91.02% from 255) = 45.94%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=15.84%
G=45.94%
B=38.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802321930.6600.170.09164.6176.7761.18
Hex50E8C1420119a54d3d
Octal1203503011020211124511575
Binary1010000111010001100000110000100100011001101001011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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