#50EAFB

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

Shades of Turquoise Blue #50EAFB

Tints of Turquoise Blue #50EAFB

Color information

#50EAFB (or 0x50EAFB) is unknown color: approx Turquoise Blue. HEX triplet: 50, EA and FB. RGB value is (80,234,251). Sum of RGB (Red+Green+Blue) = 80+234+251=565 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.16% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #50EAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EAFB is #AF1504. Grayscale: #BDBDBD. Windows color (decimal): -11474181 or 16509520. OLE color: 16509520.

HSL color Cylindrical-coordinate representation of color #50EAFB: hue angle of 185.96º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50EAFB is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80234251-
CMYK0.680.0700.02
HSL185.96º95.53%64.9%-
HSV(B)185.96º68.13%98.43%-
XYZ50.1467.52101.66-
YUV189.89162.4849.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.16%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=14.16%
G=41.42%
B=44.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal802342510.680.0700.02185.9695.5364.9
Hex50EAFB44702ba6041
Octal120352373104702272140101
Binary1010000111010101111101110001001110101011101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,234,251); }

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

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

 a { background-color: rgb(80,234,251); }

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

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

 span { border-color: rgb(80,234,251); }

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