#50F1D9

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

Shades of Turquoise #50F1D9

Tints of Turquoise #50F1D9

Color information

#50F1D9 (or 0x50F1D9) is unknown color: approx Turquoise. HEX triplet: 50, F1 and D9. RGB value is (80,241,217). Sum of RGB (Red+Green+Blue) = 80+241+217=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F1D9 is #AF0E26. Grayscale: #BEBEBE. Windows color (decimal): -11472423 or 14283088. OLE color: 14283088.

HSL color Cylindrical-coordinate representation of color #50F1D9: hue angle of 171.06º 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 #50F1D9 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB80241217-
CMYK0.6700.100.05
HSL171.06º85.19%62.94%-
HSV(B)171.06º66.8%94.51%-
XYZ47.2969.6376.59-
YUV190.12143.1649.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.87%
GREEN value IS 241 (94.53% from 255) = 44.80%
BLUE value IS 217 (85.16% from 255) = 40.33%
R=14.87%
G=44.80%
B=40.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802412170.6700.100.05171.0685.1962.94
Hex50F1D9430A5ab553f
Octal120361331103012525312577
Binary10100001111000111011001100001101010101101010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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