#50E3ED

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

Shades of Turquoise Blue #50E3ED

Tints of Turquoise Blue #50E3ED

Color information

#50E3ED (or 0x50E3ED) is unknown color: approx Turquoise Blue. HEX triplet: 50, E3 and ED. RGB value is (80,227,237). Sum of RGB (Red+Green+Blue) = 80+227+237=544 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.71% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #50E3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E3ED is #AF1C12. Grayscale: #B8B8B8. Windows color (decimal): -11475987 or 15590224. OLE color: 15590224.

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

Color convert

RGB80227237-
CMYK0.660.0400.07
HSL183.82º81.35%62.16%-
HSV(B)183.82º66.24%92.94%-
XYZ46.0662.7689.81-
YUV184.19157.853.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.71%
GREEN value IS 227 (89.06% from 255) = 41.73%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=14.71%
G=41.73%
B=43.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802272370.660.0400.07183.8281.3562.16
Hex50E3ED42407b8513e
Octal12034335510240727012176
Binary1010000111000111110110110000101000111101110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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