#50e8c8

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

Shades of Turquoise #50E8C8

Tints of Turquoise #50E8C8

Color information

#50E8C8 (or 0x50E8C8) is unknown color: approx Turquoise. HEX triplet: 50, E8 and C8. RGB value is (80,232,200). Sum of RGB (Red+Green+Blue) = 80+232+200=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #50E8C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50E8C8 is #AF1737. Grayscale: #B6B6B6. Windows color (decimal): -11474744 or 13166672. OLE color: 13166672.

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

Color convert

RGB80232200-
CMYK0.6600.140.09
HSL167.37º76.77%61.18%-
HSV(B)167.37º65.52%90.98%-
XYZ42.5963.5964.67-
YUV182.9137.6454.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.62%
GREEN value IS 232 (91.02% from 255) = 45.31%
BLUE value IS 200 (78.52% from 255) = 39.06%
R=15.62%
G=45.31%
B=39.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802322000.6600.140.09167.3776.7761.18
Hex50E8C8420E9a74d3d
Octal1203503101020161124711575
Binary101000011101000110010001000010011101001101001111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50e8c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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