#50E9F1

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

Shades of Turquoise Blue #50E9F1

Tints of Turquoise Blue #50E9F1

Color information

#50E9F1 (or 0x50E9F1) is unknown color: approx Turquoise Blue. HEX triplet: 50, E9 and F1. RGB value is (80,233,241). Sum of RGB (Red+Green+Blue) = 80+233+241=554 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.44% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #50E9F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50E9F1 is #AF160E. Grayscale: #BBBBBB. Windows color (decimal): -11474447 or 15853904. OLE color: 15853904.

HSL color Cylindrical-coordinate representation of color #50E9F1: hue angle of 182.98º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50E9F1 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80233241-
CMYK0.670.0300.05
HSL182.98º85.19%62.94%-
HSV(B)182.98º66.8%94.51%-
XYZ48.3266.3393.48-
YUV188.16157.8150.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.44%
GREEN value IS 233 (91.41% from 255) = 42.06%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=14.44%
G=42.06%
B=43.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802332410.670.0300.05182.9885.1962.94
Hex50E9F143305b7553f
Octal12035136110330526712577
Binary101000011101001111100011000011110101101101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,233,241); }

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

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

 a { background-color: rgb(80,233,241); }

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

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

 span { border-color: rgb(80,233,241); }

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