#50F1B7

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

Shades of Turquoise #50F1B7

Tints of Turquoise #50F1B7

Color information

#50F1B7 (or 0x50F1B7) is unknown color: approx Turquoise. HEX triplet: 50, F1 and B7. RGB value is (80,241,183). Sum of RGB (Red+Green+Blue) = 80+241+183=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F1B7 is #AF0E48. Grayscale: #BABABA. Windows color (decimal): -11472457 or 12054864. OLE color: 12054864.

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

Color convert

RGB80241183-
CMYK0.6700.240.05
HSL158.39º85.19%62.94%-
HSV(B)158.39º66.8%94.51%-
XYZ43.3168.0355.65-
YUV186.25126.1652.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.87%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=15.87%
G=47.82%
B=36.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal802411830.6700.240.05158.3985.1962.94
Hex50F1B74301859e553f
Octal120361267103030523612577
Binary101000011110001101101111000011011000101100111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50F1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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