#50EBC8

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

Shades of Turquoise #50EBC8

Tints of Turquoise #50EBC8

Color information

#50EBC8 (or 0x50EBC8) is unknown color: approx Turquoise. HEX triplet: 50, EB and C8. RGB value is (80,235,200). Sum of RGB (Red+Green+Blue) = 80+235+200=515 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.53% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EBC8 is #AF1437. Grayscale: #B8B8B8. Windows color (decimal): -11473976 or 13167440. OLE color: 13167440.

HSL color Cylindrical-coordinate representation of color #50EBC8: hue angle of 166.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EBC8 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB80235200-
CMYK0.6600.150.08
HSL166.45º79.49%61.76%-
HSV(B)166.45º65.96%92.16%-
XYZ43.4465.2964.96-
YUV184.66136.6553.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.53%
GREEN value IS 235 (92.19% from 255) = 45.63%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=15.53%
G=45.63%
B=38.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802352000.6600.150.08166.4579.4961.76
Hex50EBC8420F8a64f3e
Octal1203533101020171024611776
Binary101000011101011110010001000010011111000101001101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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