#50E0EC

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

Shades of Turquoise Blue #50E0EC

Tints of Turquoise Blue #50E0EC

Color information

#50E0EC (or 0x50E0EC) is unknown color: approx Turquoise Blue. HEX triplet: 50, E0 and EC. RGB value is (80,224,236). Sum of RGB (Red+Green+Blue) = 80+224+236=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #50E0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50E0EC is #AF1F13. Grayscale: #B6B6B6. Windows color (decimal): -11476756 or 15523920. OLE color: 15523920.

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

Color convert

RGB80224236-
CMYK0.660.0500.07
HSL184.62º80.41%61.96%-
HSV(B)184.62º66.1%92.55%-
XYZ45.161.0788.77-
YUV182.31158.2955.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.81%
GREEN value IS 224 (87.89% from 255) = 41.48%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=14.81%
G=41.48%
B=43.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802242360.660.0500.07184.6280.4161.96
Hex50E0EC42507b9503e
Octal12034035410250727112076
Binary1010000111000001110110010000101010111101110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,224,236); }

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

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

 a { background-color: rgb(80,224,236); }

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

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

 span { border-color: rgb(80,224,236); }

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