#50F5E1

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

Shades of Turquoise #50F5E1

Tints of Turquoise #50F5E1

Color information

#50F5E1 (or 0x50F5E1) is unknown color: approx Turquoise. HEX triplet: 50, F5 and E1. RGB value is (80,245,225). Sum of RGB (Red+Green+Blue) = 80+245+225=550 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.55% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #50F5E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F5E1 is #AF0A1E. Grayscale: #C1C1C1. Windows color (decimal): -11471391 or 14808400. OLE color: 14808400.

HSL color Cylindrical-coordinate representation of color #50F5E1: hue angle of 172.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F5E1 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB80245225-
CMYK0.6700.080.04
HSL172.73º89.19%63.73%-
HSV(B)172.73º67.35%96.08%-
XYZ49.5572.4582.61-
YUV193.38145.8447.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.55%
GREEN value IS 245 (96.09% from 255) = 44.55%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=14.55%
G=44.55%
B=40.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal802452250.6700.080.04172.7389.1963.73
Hex50F5E143084ad5940
Octal1203653411030104255131100
Binary101000011110101111000011000011010001001010110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,245,225); }

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

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

 a { background-color: rgb(80,245,225); }

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

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

 span { border-color: rgb(80,245,225); }

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