#50EDE1

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

Shades of Turquoise #50EDE1

Tints of Turquoise #50EDE1

Color information

#50EDE1 (or 0x50EDE1) is unknown color: approx Turquoise. HEX triplet: 50, ED and E1. RGB value is (80,237,225). Sum of RGB (Red+Green+Blue) = 80+237+225=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDE1 is #AF121E. Grayscale: #BCBCBC. Windows color (decimal): -11473439 or 14806352. OLE color: 14806352.

HSL color Cylindrical-coordinate representation of color #50EDE1: hue angle of 175.41º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EDE1 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB80237225-
CMYK0.6600.050.07
HSL175.41º81.35%62.16%-
HSV(B)175.41º66.24%92.94%-
XYZ47.1867.7181.82-
YUV188.69148.4950.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.76%
GREEN value IS 237 (92.97% from 255) = 43.73%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=14.76%
G=43.73%
B=41.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802372250.6600.050.07175.4181.3562.16
Hex50EDE142057af513e
Octal12035534110205725712176
Binary1010000111011011110000110000100101111101011111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,237,225); }

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

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

 a { background-color: rgb(80,237,225); }

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

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

 span { border-color: rgb(80,237,225); }

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