#50E4ED

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

Shades of Turquoise Blue #50E4ED

Tints of Turquoise Blue #50E4ED

Color information

#50E4ED (or 0x50E4ED) is unknown color: approx Turquoise Blue. HEX triplet: 50, E4 and ED. RGB value is (80,228,237). Sum of RGB (Red+Green+Blue) = 80+228+237=545 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.68% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #50E4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E4ED is #AF1B12. Grayscale: #B8B8B8. Windows color (decimal): -11475731 or 15590480. OLE color: 15590480.

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

Color convert

RGB80228237-
CMYK0.660.0400.07
HSL183.44º81.35%62.16%-
HSV(B)183.44º66.24%92.94%-
XYZ46.3463.3189.9-
YUV184.77157.4753.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.68%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=14.68%
G=41.83%
B=43.49%

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
Decimal802282370.660.0400.07183.4481.3562.16
Hex50E4ED42407b7513e
Octal12034435510240726712176
Binary1010000111001001110110110000101000111101101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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